Html Css Color HEX #032AAB International Klein Blue

📋 copy color: '#032AAB'

red 3 ◦ green 42 ◦ blue 171

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

Shades of International Klein Blue #032AAB

Tints of International Klein Blue #032AAB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.44%

 BLUE value IS 171 (67.19% from 255) = 79.17%

R = 1.39%
G = 19.44%
B = 79.17%

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

#032AAB (or 0x032AAB) is known color: International Klein Blue. HEX triplet: 03, 2A and AB. RGB value is (3,42,171). Sum of RGB (Red+Green+Blue) = 3+42+171=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 171 (67.19% from 255 or 79.17% from 216); Max value from RGB is 171 - color contains mainly: blue. Hex color #032AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032AAB is #FCD554. Grayscale: #2C2C2C. Windows color (decimal): -16569685 or 11217411. OLE color: 11217411.

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

Color convert

RGB 3 42 171 -
CMYK 0.98 0.75 0 0.33
HSL 226.07º 0.97% 0.34% -
HSV(B) 226.07º 0.98% 0.67% -
XYZ 8.22 4.62 38.99 -
YUV 45.05 199.08 98.01 -
System Red Green Blue C M Y K H S L
Decimal 3 42 171 0.98 0.75 0 0.33 226.07 0.97 0.34
Hex 3 2A AB 62 4B 0 21 E2 61 22
Octal 3 52 253 142 113 0 41 342 141 42
Binary 11 101010 10101011 1100010 1001011 0 100001 11100010 1100001 100010

Color Harmonies of #032AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032AAB

Black with #032AAB

Text Example


Text Example

White with #032AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,42,171); }

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

background-color css

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

 a { background-color: rgb(3,42,171); }

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

border-color css

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

 span { border-color: rgb(3,42,171); }

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