Html Css Color HEX #031F91 Smalt

📋 copy color: '#031F91'

red 3 ◦ green 31 ◦ blue 145

#031F91
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #031F91

Tints of Smalt #031F91

RGB

 RED value IS 3 (1.56% from 255) = 1.68%

 GREEN value IS 31 (12.5% from 255) = 17.32%

 BLUE value IS 145 (57.03% from 255) = 81.01%

R = 1.68%
G = 17.32%
B = 81.01%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#031F91 (or 0x031F91) is known color: Smalt. HEX triplet: 03, 1F and 91. RGB value is (3,31,145). Sum of RGB (Red+Green+Blue) = 3+31+145=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 145 (57.03% from 255 or 81.01% from 179); Max value from RGB is 145 - color contains mainly: blue. Hex color #031F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031F91 is #FCE06E. Grayscale: #232323. Windows color (decimal): -16572527 or 9510659. OLE color: 9510659.

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

Color convert

RGB 3 31 145 -
CMYK 0.98 0.79 0 0.43
HSL 228.17º 0.96% 0.29% -
HSV(B) 228.17º 0.98% 0.57% -
XYZ 5.64 3.04 27.08 -
YUV 35.62 189.72 104.73 -
System Red Green Blue C M Y K H S L
Decimal 3 31 145 0.98 0.79 0 0.43 228.17 0.96 0.29
Hex 3 1F 91 62 4F 0 2B E4 60 1D
Octal 3 37 221 142 117 0 53 344 140 35
Binary 11 11111 10010001 1100010 1001111 0 101011 11100100 1100000 11101

Color Harmonies of #031F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031F91

Black with #031F91

Text Example


Text Example

White with #031F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #031F91;
 }
 .AnyTagClassName
 {
   color: #031F91;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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