#031E8B

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

Shades of Smalt #031E8B

Tints of Smalt #031E8B

Color information

#031E8B (or 0x031E8B) is unknown color: approx Smalt. HEX triplet: 03, 1E and 8B. RGB value is (3,30,139). Sum of RGB (Red+Green+Blue) = 3+30+139=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 139 (54.69% from 255 or 80.81% from 172); Max value from RGB is 139 - color contains mainly: blue. Hex color #031E8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031E8B is #FCE174. Grayscale: #212121. Windows color (decimal): -16572789 or 9117187. OLE color: 9117187.

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

Color convert

RGB330139-
CMYK0.980.7800.45
HSL228.09º95.77%27.84%-
HSV(B)228.09º97.84%54.51%-
XYZ5.162.8124.7-
YUV34.35187.05105.64-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.74%
GREEN value IS 30 (12.11% from 255) = 17.44%
BLUE value IS 139 (54.69% from 255) = 80.81%
R=1.74%
G=17.44%
B=80.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3301390.980.7800.45228.0995.7727.84
Hex31E8B624E02De4601c
Octal33621314211605534414034
Binary11111101000101111000101001110010110111100100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,30,139); }

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

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

 a { background-color: rgb(3,30,139); }

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

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

 span { border-color: rgb(3,30,139); }

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