#032FAD

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

Shades of International Klein Blue #032FAD

Tints of International Klein Blue #032FAD

Color information

#032FAD (or 0x032FAD) is unknown color: approx International Klein Blue. HEX triplet: 03, 2F and AD. RGB value is (3,47,173). Sum of RGB (Red+Green+Blue) = 3+47+173=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 173 (67.97% from 255 or 77.58% from 223); Max value from RGB is 173 - color contains mainly: blue. Hex color #032FAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032FAD is #FCD052. Grayscale: #2F2F2F. Windows color (decimal): -16568403 or 11349763. OLE color: 11349763.

HSL color Cylindrical-coordinate representation of color #032FAD: hue angle of 224.47º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032FAD is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB347173-
CMYK0.980.7300.32
HSL224.47º96.59%34.51%-
HSV(B)224.47º98.27%67.84%-
XYZ8.65.0740.06-
YUV48.21198.4295.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.35%
GREEN value IS 47 (18.75% from 255) = 21.08%
BLUE value IS 173 (67.97% from 255) = 77.58%
R=1.35%
G=21.08%
B=77.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3471730.980.7300.32224.4796.5934.51
Hex32FAD6249020e06123
Octal35725514211104034014143
Binary1110111110101101110001010010010100000111000001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,47,173); }

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

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

 a { background-color: rgb(3,47,173); }

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

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

 span { border-color: rgb(3,47,173); }

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