Html Css Color HEX #031D90 Smalt

📋 copy color: '#031D90'

red 3 ◦ green 29 ◦ blue 144

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

Shades of Smalt #031D90

Tints of Smalt #031D90

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.48%

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

R = 1.7%
G = 16.48%
B = 81.82%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#031D90 (or 0x031D90) is known color: Smalt. HEX triplet: 03, 1D and 90. RGB value is (3,29,144). Sum of RGB (Red+Green+Blue) = 3+29+144=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 144 (56.64% from 255 or 81.82% from 176); Max value from RGB is 144 - color contains mainly: blue. Hex color #031D90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031D90 is #FCE26F. Grayscale: #212121. Windows color (decimal): -16573040 or 9444611. OLE color: 9444611.

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

Color convert

RGB 3 29 144 -
CMYK 0.98 0.80 0 0.44
HSL 228.94º 0.96% 0.29% -
HSV(B) 228.94º 0.98% 0.56% -
XYZ 5.51 2.91 26.66 -
YUV 34.34 189.89 105.65 -
System Red Green Blue C M Y K H S L
Decimal 3 29 144 0.98 0.80 0 0.44 228.94 0.96 0.29
Hex 3 1D 90 62 50 0 2C E5 60 1D
Octal 3 35 220 142 120 0 54 345 140 35
Binary 11 11101 10010000 1100010 1010000 0 101100 11100101 1100000 11101

Color Harmonies of #031D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D90

Black with #031D90

Text Example


Text Example

White with #031D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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