#031B92

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

Shades of Smalt #031B92

Tints of Smalt #031B92

Color information

#031B92 (or 0x031B92) is unknown color: approx Smalt. HEX triplet: 03, 1B and 92. RGB value is (3,27,146). Sum of RGB (Red+Green+Blue) = 3+27+146=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 146 (57.42% from 255 or 82.95% from 176); Max value from RGB is 146 - color contains mainly: blue. Hex color #031B92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031B92 is #FCE46D. Grayscale: #202020. Windows color (decimal): -16573550 or 9575171. OLE color: 9575171.

HSL color Cylindrical-coordinate representation of color #031B92: hue angle of 229.93º 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 #031B92 is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB327146-
CMYK0.980.8200.43
HSL229.93º95.97%29.22%-
HSV(B)229.93º97.95%57.25%-
XYZ5.622.8827.45-
YUV33.39191.55106.32-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.70%
GREEN value IS 27 (10.94% from 255) = 15.34%
BLUE value IS 146 (57.42% from 255) = 82.95%
R=1.70%
G=15.34%
B=82.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3271460.980.8200.43229.9395.9729.22
Hex31B92625202Be6601d
Octal33322214212205334614035
Binary11110111001001011000101010010010101111100110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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