#032CA9

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

Shades of International Klein Blue #032CA9

Tints of International Klein Blue #032CA9

Color information

#032CA9 (or 0x032CA9) is unknown color: approx International Klein Blue. HEX triplet: 03, 2C and A9. RGB value is (3,44,169). Sum of RGB (Red+Green+Blue) = 3+44+169=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 169 (66.41% from 255 or 78.24% from 216); Max value from RGB is 169 - color contains mainly: blue. Hex color #032CA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032CA9 is #FCD356. Grayscale: #2D2D2D. Windows color (decimal): -16569175 or 11086851. OLE color: 11086851.

HSL color Cylindrical-coordinate representation of color #032CA9: hue angle of 225.18º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032CA9 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB344169-
CMYK0.980.7400.34
HSL225.18º96.51%33.73%-
HSV(B)225.18º98.22%66.27%-
XYZ8.14.6938.01-
YUV45.99197.4297.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.39%
GREEN value IS 44 (17.58% from 255) = 20.37%
BLUE value IS 169 (66.41% from 255) = 78.24%
R=1.39%
G=20.37%
B=78.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal3441690.980.7400.34225.1896.5133.73
Hex32CA9624A022e16122
Octal35425114211204234114142
Binary1110110010101001110001010010100100010111000011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,44,169); }

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

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

 a { background-color: rgb(3,44,169); }

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

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

 span { border-color: rgb(3,44,169); }

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