#031C85

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

Shades of Smalt #031C85

Tints of Smalt #031C85

Color information

#031C85 (or 0x031C85) is unknown color: approx Smalt. HEX triplet: 03, 1C and 85. RGB value is (3,28,133). Sum of RGB (Red+Green+Blue) = 3+28+133=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 133 (52.34% from 255 or 81.10% from 164); Max value from RGB is 133 - color contains mainly: blue. Hex color #031C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031C85 is #FCE37A. Grayscale: #202020. Windows color (decimal): -16573307 or 8723459. OLE color: 8723459.

HSL color Cylindrical-coordinate representation of color #031C85: hue angle of 228.46º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031C85 is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB328133-
CMYK0.980.7900.48
HSL228.46º95.59%26.67%-
HSV(B)228.46º97.74%52.16%-
XYZ4.692.5422.43-
YUV32.49184.72106.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.83%
GREEN value IS 28 (11.33% from 255) = 17.07%
BLUE value IS 133 (52.34% from 255) = 81.10%
R=1.83%
G=17.07%
B=81.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3281330.980.7900.48228.4695.5926.67
Hex31C85624F030e4601b
Octal33420514211706034414033
Binary11111001000010111000101001111011000011100100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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