#031E9E

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

Shades of International Klein Blue #031E9E

Tints of International Klein Blue #031E9E

Color information

#031E9E (or 0x031E9E) is unknown color: approx International Klein Blue. HEX triplet: 03, 1E and 9E. RGB value is (3,30,158). Sum of RGB (Red+Green+Blue) = 3+30+158=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 158 (62.11% from 255 or 82.72% from 191); Max value from RGB is 158 - color contains mainly: blue. Hex color #031E9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031E9E is #FCE161. Grayscale: #232323. Windows color (decimal): -16572770 or 10362371. OLE color: 10362371.

HSL color Cylindrical-coordinate representation of color #031E9E: hue angle of 229.55º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031E9E is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB330158-
CMYK0.980.8100.38
HSL229.55º96.27%31.57%-
HSV(B)229.55º98.1%61.96%-
XYZ6.673.4232.66-
YUV36.52196.55104.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.57%
GREEN value IS 30 (12.11% from 255) = 15.71%
BLUE value IS 158 (62.11% from 255) = 82.72%
R=1.57%
G=15.71%
B=82.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal3301580.980.8100.38229.5596.2731.57
Hex31E9E6251026e66020
Octal33623614212104634614040
Binary111111010011110110001010100010100110111001101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,30,158); }

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

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

 a { background-color: rgb(3,30,158); }

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

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

 span { border-color: rgb(3,30,158); }

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