Html Css Color HEX #031D92 Smalt

📋 copy color: '#031D92'

red 3 ◦ green 29 ◦ blue 146

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

Shades of Smalt #031D92

Tints of Smalt #031D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 82.02%

R = 1.69%
G = 16.29%
B = 82.02%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#031D92 (or 0x031D92) is known color: Smalt. HEX triplet: 03, 1D and 92. RGB value is (3,29,146). Sum of RGB (Red+Green+Blue) = 3+29+146=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 146 (57.42% from 255 or 82.02% from 178); Max value from RGB is 146 - color contains mainly: blue. Hex color #031D92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031D92 is #FCE26D. Grayscale: #222222. Windows color (decimal): -16573038 or 9575683. OLE color: 9575683.

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

Color convert

RGB 3 29 146 -
CMYK 0.98 0.80 0 0.43
HSL 229.09º 0.96% 0.29% -
HSV(B) 229.09º 0.98% 0.57% -
XYZ 5.67 2.97 27.47 -
YUV 34.56 190.89 105.49 -
System Red Green Blue C M Y K H S L
Decimal 3 29 146 0.98 0.80 0 0.43 229.09 0.96 0.29
Hex 3 1D 92 62 50 0 2B E5 60 1D
Octal 3 35 222 142 120 0 53 345 140 35
Binary 11 11101 10010010 1100010 1010000 0 101011 11100101 1100000 11101

Color Harmonies of #031D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D92

Black with #031D92

Text Example


Text Example

White with #031D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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