#032DA7

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

Shades of International Klein Blue #032DA7

Tints of International Klein Blue #032DA7

Color information

#032DA7 (or 0x032DA7) is unknown color: approx International Klein Blue. HEX triplet: 03, 2D and A7. RGB value is (3,45,167). Sum of RGB (Red+Green+Blue) = 3+45+167=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 167 (65.62% from 255 or 77.67% from 215); Max value from RGB is 167 - color contains mainly: blue. Hex color #032DA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032DA7 is #FCD258. Grayscale: #2D2D2D. Windows color (decimal): -16568921 or 10956035. OLE color: 10956035.

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

Color convert

RGB345167-
CMYK0.980.7300.35
HSL224.63º96.47%33.33%-
HSV(B)224.63º98.2%65.49%-
XYZ7.954.6937.04-
YUV46.35196.0997.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 45 (17.97% from 255) = 20.93%
BLUE value IS 167 (65.62% from 255) = 77.67%
R=1.40%
G=20.93%
B=77.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal3451670.980.7300.35224.6396.4733.33
Hex32DA76249023e16021
Octal35524714211104334114041
Binary1110110110100111110001010010010100011111000011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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