#031CB8

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

Shades of International Klein Blue #031CB8

Tints of International Klein Blue #031CB8

Color information

#031CB8 (or 0x031CB8) is unknown color: approx International Klein Blue. HEX triplet: 03, 1C and B8. RGB value is (3,28,184). Sum of RGB (Red+Green+Blue) = 3+28+184=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 184 (72.27% from 255 or 85.58% from 215); Max value from RGB is 184 - color contains mainly: blue. Hex color #031CB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031CB8 is #FCE347. Grayscale: #252525. Windows color (decimal): -16573256 or 12065795. OLE color: 12065795.

HSL color Cylindrical-coordinate representation of color #031CB8: hue angle of 231.71º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031CB8 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB328184-
CMYK0.980.8500.28
HSL231.71º96.79%36.67%-
HSV(B)231.71º98.37%72.16%-
XYZ9.14.3145.7-
YUV38.31210.22102.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 28 (11.33% from 255) = 13.02%
BLUE value IS 184 (72.27% from 255) = 85.58%
R=1.40%
G=13.02%
B=85.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal3281840.980.8500.28231.7196.7936.67
Hex31CB8625501Ce86125
Octal33427014212503435014145
Binary11111001011100011000101010101011100111010001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,28,184); }

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

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

 a { background-color: rgb(3,28,184); }

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

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

 span { border-color: rgb(3,28,184); }

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