Html Css Color HEX #032BAA International Klein Blue

📋 copy color: '#032BAA'

red 3 ◦ green 43 ◦ blue 170

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

Shades of International Klein Blue #032BAA

Tints of International Klein Blue #032BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.91%

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

R = 1.39%
G = 19.91%
B = 78.7%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#032BAA (or 0x032BAA) is known color: International Klein Blue. HEX triplet: 03, 2B and AA. RGB value is (3,43,170). Sum of RGB (Red+Green+Blue) = 3+43+170=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 170 (66.80% from 255 or 78.70% from 216); Max value from RGB is 170 - color contains mainly: blue. Hex color #032BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032BAA is #FCD455. Grayscale: #2C2C2C. Windows color (decimal): -16569430 or 11152131. OLE color: 11152131.

HSL color Cylindrical-coordinate representation of color #032BAA: hue angle of 225.63º 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 #032BAA is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 43 170 -
CMYK 0.98 0.75 0 0.33
HSL 225.63º 0.97% 0.34% -
HSV(B) 225.63º 0.98% 0.67% -
XYZ 8.16 4.65 38.5 -
YUV 45.52 198.25 97.67 -
System Red Green Blue C M Y K H S L
Decimal 3 43 170 0.98 0.75 0 0.33 225.63 0.97 0.34
Hex 3 2B AA 62 4B 0 21 E2 61 22
Octal 3 53 252 142 113 0 41 342 141 42
Binary 11 101011 10101010 1100010 1001011 0 100001 11100010 1100001 100010

Color Harmonies of #032BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032BAA

Black with #032BAA

Text Example


Text Example

White with #032BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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