#031C8D

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

Shades of Smalt #031C8D

Tints of Smalt #031C8D

Color information

#031C8D (or 0x031C8D) is unknown color: approx Smalt. HEX triplet: 03, 1C and 8D. RGB value is (3,28,141). Sum of RGB (Red+Green+Blue) = 3+28+141=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 141 (55.47% from 255 or 81.98% from 172); Max value from RGB is 141 - color contains mainly: blue. Hex color #031C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031C8D is #FCE372. Grayscale: #202020. Windows color (decimal): -16573299 or 9247747. OLE color: 9247747.

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

Color convert

RGB328141-
CMYK0.980.8000.45
HSL229.13º95.83%28.24%-
HSV(B)229.13º97.87%55.29%-
XYZ5.262.7725.46-
YUV33.41188.72106.31-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.74%
GREEN value IS 28 (11.33% from 255) = 16.28%
BLUE value IS 141 (55.47% from 255) = 81.98%
R=1.74%
G=16.28%
B=81.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3281410.980.8000.45229.1395.8328.24
Hex31C8D625002De5601c
Octal33421514212005534514034
Binary11111001000110111000101010000010110111100101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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