Html Css Color HEX #031D91 Smalt

📋 copy color: '#031D91'

red 3 ◦ green 29 ◦ blue 145

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

Shades of Smalt #031D91

Tints of Smalt #031D91

RGB

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

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

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

R = 1.69%
G = 16.38%
B = 81.92%

CMYK

 C value IS 0.98

 M value IS 0.8

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#031D91 (or 0x031D91) is known color: Smalt. HEX triplet: 03, 1D and 91. RGB value is (3,29,145). Sum of RGB (Red+Green+Blue) = 3+29+145=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 145 (57.03% from 255 or 81.92% from 177); Max value from RGB is 145 - color contains mainly: blue. Hex color #031D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031D91 is #FCE26E. Grayscale: #212121. Windows color (decimal): -16573039 or 9510147. OLE color: 9510147.

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

Color convert

RGB 3 29 145 -
CMYK 0.98 0.8 0 0.43
HSL 229.01º 0.96% 0.29% -
HSV(B) 229.01º 0.98% 0.57% -
XYZ 5.59 2.94 27.06 -
YUV 34.45 190.39 105.57 -
System Red Green Blue C M Y K H S L
Decimal 3 29 145 0.98 0.8 0 0.43 229.01 0.96 0.29
Hex 3 1D 91 62 50 0 2B E5 60 1D
Octal 3 35 221 142 120 0 53 345 140 35
Binary 11 11101 10010001 1100010 1010000 0 101011 11100101 1100000 11101

Color Harmonies of #031D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D91

Black with #031D91

Text Example


Text Example

White with #031D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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