Html Css Color HEX #031D8A Smalt

📋 copy color: '#031D8A'

red 3 ◦ green 29 ◦ blue 138

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

Shades of Smalt #031D8A

Tints of Smalt #031D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 81.18%

R = 1.76%
G = 17.06%
B = 81.18%

CMYK

 C value IS 0.98

 M value IS 0.79

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#031D8A (or 0x031D8A) is known color: Smalt. HEX triplet: 03, 1D and 8A. RGB value is (3,29,138). Sum of RGB (Red+Green+Blue) = 3+29+138=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 138 (54.30% from 255 or 81.18% from 170); Max value from RGB is 138 - color contains mainly: blue. Hex color #031D8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031D8A is #FCE275. Grayscale: #212121. Windows color (decimal): -16573046 or 9051395. OLE color: 9051395.

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

Color convert

RGB 3 29 138 -
CMYK 0.98 0.79 0 0.46
HSL 228.44º 0.96% 0.28% -
HSV(B) 228.44º 0.98% 0.54% -
XYZ 5.06 2.73 24.31 -
YUV 33.65 186.89 106.14 -
System Red Green Blue C M Y K H S L
Decimal 3 29 138 0.98 0.79 0 0.46 228.44 0.96 0.28
Hex 3 1D 8A 62 4F 0 2E E4 60 1C
Octal 3 35 212 142 117 0 56 344 140 34
Binary 11 11101 10001010 1100010 1001111 0 101110 11100100 1100000 11100

Color Harmonies of #031D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031D8A

Black with #031D8A

Text Example


Text Example

White with #031D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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