Html Css Color HEX #031E97 Smalt

📋 copy color: '#031E97'

red 3 ◦ green 30 ◦ blue 151

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

Shades of Smalt #031E97

Tints of Smalt #031E97

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.3%

 BLUE value IS 151 (59.38% from 255) = 82.07%

R = 1.63%
G = 16.3%
B = 82.07%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#031E97 (or 0x031E97) is known color: Smalt. HEX triplet: 03, 1E and 97. RGB value is (3,30,151). Sum of RGB (Red+Green+Blue) = 3+30+151=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 151 (59.38% from 255 or 82.07% from 184); Max value from RGB is 151 - color contains mainly: blue. Hex color #031E97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031E97 is #FCE168. Grayscale: #232323. Windows color (decimal): -16572777 or 9903619. OLE color: 9903619.

HSL color Cylindrical-coordinate representation of color #031E97: hue angle of 229.05º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031E97 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 3 30 151 -
CMYK 0.98 0.80 0 0.41
HSL 229.05º 0.96% 0.3% -
HSV(B) 229.05º 0.98% 0.59% -
XYZ 6.09 3.18 29.57 -
YUV 35.72 193.05 104.66 -
System Red Green Blue C M Y K H S L
Decimal 3 30 151 0.98 0.80 0 0.41 229.05 0.96 0.3
Hex 3 1E 97 62 50 0 29 E5 60 1E
Octal 3 36 227 142 120 0 51 345 140 36
Binary 11 11110 10010111 1100010 1010000 0 101001 11100101 1100000 11110

Color Harmonies of #031E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031E97

Black with #031E97

Text Example


Text Example

White with #031E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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