Html Css Color HEX #032EAA International Klein Blue

📋 copy color: '#032EAA'

red 3 ◦ green 46 ◦ blue 170

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

Shades of International Klein Blue #032EAA

Tints of International Klein Blue #032EAA

RGB

 RED value IS 3 (1.56% from 255) = 1.37%

 GREEN value IS 46 (18.36% from 255) = 21%

 BLUE value IS 170 (66.8% from 255) = 77.63%

R = 1.37%
G = 21%
B = 77.63%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#032EAA (or 0x032EAA) is known color: International Klein Blue. HEX triplet: 03, 2E and AA. RGB value is (3,46,170). Sum of RGB (Red+Green+Blue) = 3+46+170=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #032EAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032EAA is #FCD155. Grayscale: #2E2E2E. Windows color (decimal): -16568662 or 11152899. OLE color: 11152899.

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

Color convert

RGB 3 46 170 -
CMYK 0.98 0.73 0 0.33
HSL 224.55º 0.97% 0.34% -
HSV(B) 224.55º 0.98% 0.67% -
XYZ 8.27 4.88 38.54 -
YUV 47.28 197.25 96.42 -
System Red Green Blue C M Y K H S L
Decimal 3 46 170 0.98 0.73 0 0.33 224.55 0.97 0.34
Hex 3 2E AA 62 49 0 21 E1 61 22
Octal 3 56 252 142 111 0 41 341 141 42
Binary 11 101110 10101010 1100010 1001001 0 100001 11100001 1100001 100010

Color Harmonies of #032EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032EAA

Black with #032EAA

Text Example


Text Example

White with #032EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,46,170); }

 H1.HeaderClassName
 {
   color: #032EAA;
 }
 .AnyTagClassName
 {
   color: #032EAA;
 }
</style>

background-color css

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

 a { background-color: rgb(3,46,170); }

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

border-color css

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

 span { border-color: rgb(3,46,170); }

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