#031FAD

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

Shades of International Klein Blue #031FAD

Tints of International Klein Blue #031FAD

Color information

#031FAD (or 0x031FAD) is unknown color: approx International Klein Blue. HEX triplet: 03, 1F and AD. RGB value is (3,31,173). Sum of RGB (Red+Green+Blue) = 3+31+173=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 173 (67.97% from 255 or 83.57% from 207); Max value from RGB is 173 - color contains mainly: blue. Hex color #031FAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031FAD is #FCE052. Grayscale: #262626. Windows color (decimal): -16572499 or 11345667. OLE color: 11345667.

HSL color Cylindrical-coordinate representation of color #031FAD: hue angle of 230.12º 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 #031FAD is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB331173-
CMYK0.980.8200.32
HSL230.12º96.59%34.51%-
HSV(B)230.12º98.27%67.84%-
XYZ8.074.0239.89-
YUV38.82203.72102.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.45%
GREEN value IS 31 (12.5% from 255) = 14.98%
BLUE value IS 173 (67.97% from 255) = 83.57%
R=1.45%
G=14.98%
B=83.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3311730.980.8200.32230.1296.5934.51
Hex31FAD6252020e66123
Octal33725514212204034614143
Binary111111110101101110001010100100100000111001101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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