#031886

Color #031886 Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #031886

Tints of Dark Blue #031886

Color information

#031886 (or 0x031886) is unknown color: approx Dark Blue. HEX triplet: 03, 18 and 86. RGB value is (3,24,134). Sum of RGB (Red+Green+Blue) = 3+24+134=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 134 (52.73% from 255 or 83.23% from 161); Max value from RGB is 134 - color contains mainly: blue. Hex color #031886 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031886 is #FCE779. Grayscale: #1D1D1D. Windows color (decimal): -16574330 or 8787971. OLE color: 8787971.

HSL color Cylindrical-coordinate representation of color #031886: hue angle of 230.38º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031886 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB324134-
CMYK0.980.8200.47
HSL230.38º95.62%26.86%-
HSV(B)230.38º97.76%52.55%-
XYZ4.672.3922.77-
YUV30.26186.54108.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.86%
GREEN value IS 24 (9.77% from 255) = 14.91%
BLUE value IS 134 (52.73% from 255) = 83.23%
R=1.86%
G=14.91%
B=83.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3241340.980.8200.47230.3895.6226.86
Hex31886625202Fe6601b
Octal33020614212205734614033
Binary11110001000011011000101010010010111111100110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031886; }

 p { color: rgb(3,24,134); }

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

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

 a { background-color: rgb(3,24,134); }

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

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

 span { border-color: rgb(3,24,134); }

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