#032DB5

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

Shades of International Klein Blue #032DB5

Tints of International Klein Blue #032DB5

Color information

#032DB5 (or 0x032DB5) is unknown color: approx International Klein Blue. HEX triplet: 03, 2D and B5. RGB value is (3,45,181). Sum of RGB (Red+Green+Blue) = 3+45+181=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 45 (17.97% from 255 or 19.65% from 229); Blue value is 181 (71.09% from 255 or 79.04% from 229); Max value from RGB is 181 - color contains mainly: blue. Hex color #032DB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #032DB5 is #FCD24A. Grayscale: #2F2F2F. Windows color (decimal): -16568907 or 11873539. OLE color: 11873539.

HSL color Cylindrical-coordinate representation of color #032DB5: hue angle of 225.84º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032DB5 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB345181-
CMYK0.980.7500.29
HSL225.84º96.74%36.08%-
HSV(B)225.84º98.34%70.98%-
XYZ9.325.2344.23-
YUV47.95203.0995.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.31%
GREEN value IS 45 (17.97% from 255) = 19.65%
BLUE value IS 181 (71.09% from 255) = 79.04%
R=1.31%
G=19.65%
B=79.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3451810.980.7500.29225.8496.7436.08
Hex32DB5624B01De26124
Octal35526514211303534214144
Binary111011011011010111000101001011011101111000101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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