#031F88

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

Shades of Smalt #031F88

Tints of Smalt #031F88

Color information

#031F88 (or 0x031F88) is unknown color: approx Smalt. HEX triplet: 03, 1F and 88. RGB value is (3,31,136). Sum of RGB (Red+Green+Blue) = 3+31+136=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 136 (53.52% from 255 or 80% from 170); Max value from RGB is 136 - color contains mainly: blue. Hex color #031F88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031F88 is #FCE077. Grayscale: #222222. Windows color (decimal): -16572536 or 8920835. OLE color: 8920835.

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

Color convert

RGB331136-
CMYK0.980.7700.47
HSL227.37º95.68%27.25%-
HSV(B)227.37º97.79%53.33%-
XYZ4.972.7823.57-
YUV34.6185.22105.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.76%
GREEN value IS 31 (12.5% from 255) = 18.24%
BLUE value IS 136 (53.52% from 255) = 80%
R=1.76%
G=18.24%
B=80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3311360.980.7700.47227.3795.6827.25
Hex31F88624D02Fe3601b
Octal33721014211505734314033
Binary11111111000100011000101001101010111111100011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,31,136); }

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

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

 a { background-color: rgb(3,31,136); }

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

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

 span { border-color: rgb(3,31,136); }

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