Html Css Color HEX #032199 International Klein Blue

📋 copy color: '#032199'

red 3 ◦ green 33 ◦ blue 153

#032199
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #032199

Tints of International Klein Blue #032199

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 value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#032199 (or 0x032199) is known color: 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

RGB 3 33 153 -
CMYK 0.98 0.78 0 0.4
HSL 228º 0.96% 0.31% -
HSV(B) 228º 0.98% 0.6% -
XYZ 6.33 3.41 30.46 -
YUV 37.71 193.06 103.24 -
System Red Green Blue C M Y K H S L
Decimal 3 33 153 0.98 0.78 0 0.4 228 0.96 0.31
Hex 3 21 99 62 4E 0 28 E4 60 1F
Octal 3 41 231 142 116 0 50 344 140 37
Binary 11 100001 10011001 1100010 1001110 0 101000 11100100 1100000 11111

Color Harmonies of #032199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032199

Black with #032199

Text Example


Text Example

White with #032199

Text Example


Text Example

HTML Codes & Css Web 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>