#031DB2

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

Shades of International Klein Blue #031DB2

Tints of International Klein Blue #031DB2

Color information

#031DB2 (or 0x031DB2) is unknown color: approx International Klein Blue. HEX triplet: 03, 1D and B2. RGB value is (3,29,178). Sum of RGB (Red+Green+Blue) = 3+29+178=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 178 (69.92% from 255 or 84.76% from 210); Max value from RGB is 178 - color contains mainly: blue. Hex color #031DB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031DB2 is #FCE24D. Grayscale: #252525. Windows color (decimal): -16573006 or 11672835. OLE color: 11672835.

HSL color Cylindrical-coordinate representation of color #031DB2: hue angle of 231.09º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031DB2 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB329178-
CMYK0.980.8400.30
HSL231.09º96.69%35.49%-
HSV(B)231.09º98.31%69.8%-
XYZ8.514.1142.46-
YUV38.21206.89102.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.43%
GREEN value IS 29 (11.72% from 255) = 13.81%
BLUE value IS 178 (69.92% from 255) = 84.76%
R=1.43%
G=13.81%
B=84.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal3291780.980.8400.30231.0996.6935.49
Hex31DB2625401Ee76123
Octal33526214212403634714143
Binary11111011011001011000101010100011110111001111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,29,178); }

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

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

 a { background-color: rgb(3,29,178); }

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

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

 span { border-color: rgb(3,29,178); }

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