#032199

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

Shades of International Klein Blue #032199

Tints of International Klein Blue #032199

Color information

#032199 (or 0x032199) is unknown color: approx International Klein Blue. HEX triplet: 03, 21 and 99. RGB value is (3,33,153). Sum of RGB (Red+Green+Blue) = 3+33+153=189 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.59% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 153 (60.16% from 255 or 80.95% from 189); Max value from RGB is 153 - color contains mainly: blue. Hex color #032199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032199 is #FCDE66. Grayscale: #252525. Windows color (decimal): -16572007 or 10035459. OLE color: 10035459.

HSL color Cylindrical-coordinate representation of color #032199: hue angle of 228º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032199 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB333153-
CMYK0.980.7800.4
HSL228º96.15%30.59%-
HSV(B)228º98.04%60%-
XYZ6.333.4130.46-
YUV37.71193.06103.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.59%
GREEN value IS 33 (13.28% from 255) = 17.46%
BLUE value IS 153 (60.16% from 255) = 80.95%
R=1.59%
G=17.46%
B=80.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal3331530.980.7800.422896.1530.59
Hex32199624E028e4601f
Octal34123114211605034414037
Binary111000011001100111000101001110010100011100100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032199; }

 p { color: rgb(3,33,153); }

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

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

 a { background-color: rgb(3,33,153); }

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

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

 span { border-color: rgb(3,33,153); }

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