#032db7

Color #032DB7 International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #032DB7

Tints of International Klein Blue #032DB7

Color information

#032DB7 (or 0x032DB7) is unknown color: approx International Klein Blue. HEX triplet: 03, 2D and B7. RGB value is (3,45,183). Sum of RGB (Red+Green+Blue) = 3+45+183=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 183 (71.88% from 255 or 79.22% from 231); Max value from RGB is 183 - color contains mainly: blue. Hex color #032DB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032DB7 is #FCD248. Grayscale: #2F2F2F. Windows color (decimal): -16568905 or 12004611. OLE color: 12004611.

HSL color Cylindrical-coordinate representation of color #032DB7: hue angle of 226º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032DB7 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB345183-
CMYK0.980.7500.28
HSL226º96.77%36.47%-
HSV(B)226º98.36%71.76%-
XYZ9.525.3245.32-
YUV48.17204.0995.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 1.30%
GREEN value IS 45 (17.97% from 255) = 19.48%
BLUE value IS 183 (71.88% from 255) = 79.22%
R=1.30%
G=19.48%
B=79.22%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal3451830.980.7500.2822696.7736.47
Hex32DB7624B01Ce26124
Octal35526714211303434214144
Binary111011011011011111000101001011011100111000101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032db7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032db7; }

 p { color: rgb(3,45,183); }

 H1.HeaderClassName
 {
   color: #032db7;
 }
 .AnyTagClassName
 {
   color: #032db7;
 }
</style>
background-color css

<style>
 a { background-color: #032db7; }

 a { background-color: rgb(3,45,183); }

 div.DivClassName
 {
   background-color: #032db7;
 }
 .BgClassName
 {
   background-color: #032db7;
 }
</style>
border-color css

<style>
 span { border-color: #032db7; }

 span { border-color: rgb(3,45,183); }

 td.TdClassName
 {
   border-color: #032db7;
 }
 .TagClassName
 {
   border-color: #032db7;
 }
</style>