#032DA0

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

Shades of International Klein Blue #032DA0

Tints of International Klein Blue #032DA0

Color information

#032DA0 (or 0x032DA0) is unknown color: approx International Klein Blue. HEX triplet: 03, 2D and A0. RGB value is (3,45,160). Sum of RGB (Red+Green+Blue) = 3+45+160=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 160 (62.89% from 255 or 76.92% from 208); Max value from RGB is 160 - color contains mainly: blue. Hex color #032DA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032DA0 is #FCD25F. Grayscale: #2D2D2D. Windows color (decimal): -16568928 or 10497283. OLE color: 10497283.

HSL color Cylindrical-coordinate representation of color #032DA0: hue angle of 223.95º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032DA0 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB345160-
CMYK0.980.7200.37
HSL223.95º96.32%31.96%-
HSV(B)223.95º98.12%62.75%-
XYZ7.324.4333.73-
YUV45.55192.5997.65-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.44%
GREEN value IS 45 (17.97% from 255) = 21.63%
BLUE value IS 160 (62.89% from 255) = 76.92%
R=1.44%
G=21.63%
B=76.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal3451600.980.7200.37223.9596.3231.96
Hex32DA06248025e06020
Octal35524014211004534014040
Binary1110110110100000110001010010000100101111000001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,45,160); }

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

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

 a { background-color: rgb(3,45,160); }

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

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

 span { border-color: rgb(3,45,160); }

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