#032AAB

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

Shades of International Klein Blue #032AAB

Tints of International Klein Blue #032AAB

Color information

#032AAB (or 0x032AAB) is unknown color: approx 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

RGB342171-
CMYK0.980.7500.33
HSL226.07º96.55%34.12%-
HSV(B)226.07º98.25%67.06%-
XYZ8.224.6238.99-
YUV45.04199.0898.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.39%
GREEN value IS 42 (16.80% 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 (Cyan) values IS 0.98
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal3421710.980.7500.33226.0796.5534.12
Hex32AAB624B021e26122
Octal35225314211304134214142
Binary1110101010101011110001010010110100001111000101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>