Html Css Color HEX #031D94 Smalt

📋 copy color: '#031D94'

red 3 ◦ green 29 ◦ blue 148

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

Shades of Smalt #031D94

Tints of Smalt #031D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 82.22%

R = 1.67%
G = 16.11%
B = 82.22%

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

#031D94 (or 0x031D94) is known color: Smalt. HEX triplet: 03, 1D and 94. RGB value is (3,29,148). Sum of RGB (Red+Green+Blue) = 3+29+148=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 148 (58.20% from 255 or 82.22% from 180); Max value from RGB is 148 - color contains mainly: blue. Hex color #031D94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031D94 is #FCE26B. Grayscale: #222222. Windows color (decimal): -16573036 or 9706755. OLE color: 9706755.

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

Color convert

RGB 3 29 148 -
CMYK 0.98 0.80 0 0.42
HSL 229.24º 0.96% 0.3% -
HSV(B) 229.24º 0.98% 0.58% -
XYZ 5.82 3.04 28.3 -
YUV 34.79 191.89 105.32 -
System Red Green Blue C M Y K H S L
Decimal 3 29 148 0.98 0.80 0 0.42 229.24 0.96 0.3
Hex 3 1D 94 62 50 0 2A E5 60 1E
Octal 3 35 224 142 120 0 52 345 140 36
Binary 11 11101 10010100 1100010 1010000 0 101010 11100101 1100000 11110

Color Harmonies of #031D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D94

Black with #031D94

Text Example


Text Example

White with #031D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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