#031C92

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

Shades of Smalt #031C92

Tints of Smalt #031C92

Color information

#031C92 (or 0x031C92) is unknown color: approx Smalt. HEX triplet: 03, 1C and 92. RGB value is (3,28,146). Sum of RGB (Red+Green+Blue) = 3+28+146=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 146 (57.42% from 255 or 82.49% from 177); Max value from RGB is 146 - color contains mainly: blue. Hex color #031C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031C92 is #FCE36D. Grayscale: #212121. Windows color (decimal): -16573294 or 9575427. OLE color: 9575427.

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

Color convert

RGB328146-
CMYK0.980.8100.43
HSL229.51º95.97%29.22%-
HSV(B)229.51º97.95%57.25%-
XYZ5.642.9327.46-
YUV33.98191.22105.91-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.69%
GREEN value IS 28 (11.33% from 255) = 15.82%
BLUE value IS 146 (57.42% from 255) = 82.49%
R=1.69%
G=15.82%
B=82.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3281460.980.8100.43229.5195.9729.22
Hex31C92625102Be6601d
Octal33422214212105334614035
Binary11111001001001011000101010001010101111100110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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