#031E8A

Color #031E8A Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #031E8A

Tints of Smalt #031E8A

Color information

#031E8A (or 0x031E8A) is unknown color: approx Smalt. HEX triplet: 03, 1E and 8A. RGB value is (3,30,138). Sum of RGB (Red+Green+Blue) = 3+30+138=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 138 (54.30% from 255 or 80.70% from 171); Max value from RGB is 138 - color contains mainly: blue. Hex color #031E8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031E8A is #FCE175. Grayscale: #212121. Windows color (decimal): -16572790 or 9051651. OLE color: 9051651.

HSL color Cylindrical-coordinate representation of color #031E8A: hue angle of 228º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031E8A is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB330138-
CMYK0.980.7800.46
HSL228º95.74%27.65%-
HSV(B)228º97.83%54.12%-
XYZ5.092.7824.31-
YUV34.24186.55105.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.75%
GREEN value IS 30 (12.11% from 255) = 17.54%
BLUE value IS 138 (54.30% from 255) = 80.70%
R=1.75%
G=17.54%
B=80.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3301380.980.7800.4622895.7427.65
Hex31E8A624E02Ee4601c
Octal33621214211605634414034
Binary11111101000101011000101001110010111011100100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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