Html Css Color HEX #031E95 Smalt

📋 copy color: '#031E95'

red 3 ◦ green 30 ◦ blue 149

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

Shades of Smalt #031E95

Tints of Smalt #031E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 81.87%

R = 1.65%
G = 16.48%
B = 81.87%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#031E95 (or 0x031E95) is known color: Smalt. HEX triplet: 03, 1E and 95. RGB value is (3,30,149). Sum of RGB (Red+Green+Blue) = 3+30+149=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 149 (58.59% from 255 or 81.87% from 182); Max value from RGB is 149 - color contains mainly: blue. Hex color #031E95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031E95 is #FCE16A. Grayscale: #222222. Windows color (decimal): -16572779 or 9772547. OLE color: 9772547.

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

Color convert

RGB 3 30 149 -
CMYK 0.98 0.80 0 0.42
HSL 228.9º 0.96% 0.3% -
HSV(B) 228.9º 0.98% 0.58% -
XYZ 5.93 3.12 28.72 -
YUV 35.49 192.05 104.82 -
System Red Green Blue C M Y K H S L
Decimal 3 30 149 0.98 0.80 0 0.42 228.9 0.96 0.3
Hex 3 1E 95 62 50 0 2A E5 60 1E
Octal 3 36 225 142 120 0 52 345 140 36
Binary 11 11110 10010101 1100010 1010000 0 101010 11100101 1100000 11110

Color Harmonies of #031E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031E95

Black with #031E95

Text Example


Text Example

White with #031E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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