Html Css Color HEX #031E90 Smalt

📋 copy color: '#031E90'

red 3 ◦ green 30 ◦ blue 144

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

Shades of Smalt #031E90

Tints of Smalt #031E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 81.36%

R = 1.69%
G = 16.95%
B = 81.36%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#031E90 (or 0x031E90) is known color: Smalt. HEX triplet: 03, 1E and 90. RGB value is (3,30,144). Sum of RGB (Red+Green+Blue) = 3+30+144=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 144 (56.64% from 255 or 81.36% from 177); Max value from RGB is 144 - color contains mainly: blue. Hex color #031E90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031E90 is #FCE16F. Grayscale: #222222. Windows color (decimal): -16572784 or 9444867. OLE color: 9444867.

HSL color Cylindrical-coordinate representation of color #031E90: hue angle of 228.51º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031E90 is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 30 144 -
CMYK 0.98 0.79 0 0.44
HSL 228.51º 0.96% 0.29% -
HSV(B) 228.51º 0.98% 0.56% -
XYZ 5.54 2.96 26.67 -
YUV 34.92 189.55 105.23 -
System Red Green Blue C M Y K H S L
Decimal 3 30 144 0.98 0.79 0 0.44 228.51 0.96 0.29
Hex 3 1E 90 62 4F 0 2C E5 60 1D
Octal 3 36 220 142 117 0 54 345 140 35
Binary 11 11110 10010000 1100010 1001111 0 101100 11100101 1100000 11101

Color Harmonies of #031E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031E90

Black with #031E90

Text Example


Text Example

White with #031E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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