#032BA7

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

Shades of International Klein Blue #032BA7

Tints of International Klein Blue #032BA7

Color information

#032BA7 (or 0x032BA7) is unknown color: approx International Klein Blue. HEX triplet: 03, 2B and A7. RGB value is (3,43,167). Sum of RGB (Red+Green+Blue) = 3+43+167=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 167 (65.62% from 255 or 78.40% from 213); Max value from RGB is 167 - color contains mainly: blue. Hex color #032BA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032BA7 is #FCD458. Grayscale: #2C2C2C. Windows color (decimal): -16569433 or 10955523. OLE color: 10955523.

HSL color Cylindrical-coordinate representation of color #032BA7: hue angle of 225.37º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032BA7 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB343167-
CMYK0.980.7400.35
HSL225.37º96.47%33.33%-
HSV(B)225.37º98.2%65.49%-
XYZ7.884.5437.02-
YUV45.18196.7597.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.41%
GREEN value IS 43 (17.19% from 255) = 20.19%
BLUE value IS 167 (65.62% from 255) = 78.40%
R=1.41%
G=20.19%
B=78.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal3431670.980.7400.35225.3796.4733.33
Hex32BA7624A023e16021
Octal35324714211204334114041
Binary1110101110100111110001010010100100011111000011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #032BA7;
 }
 .AnyTagClassName
 {
   color: #032BA7;
 }
</style>
background-color css

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

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

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

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

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

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