Html Css Color HEX #031C93 Smalt

📋 copy color: '#031C93'

red 3 ◦ green 28 ◦ blue 147

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

Shades of Smalt #031C93

Tints of Smalt #031C93

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.73%

 BLUE value IS 147 (57.81% from 255) = 82.58%

R = 1.69%
G = 15.73%
B = 82.58%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#031C93 (or 0x031C93) is known color: Smalt. HEX triplet: 03, 1C and 93. RGB value is (3,28,147). Sum of RGB (Red+Green+Blue) = 3+28+147=178 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 147 (57.81% from 255 or 82.58% from 178); Max value from RGB is 147 - color contains mainly: blue. Hex color #031C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031C93 is #FCE36C. Grayscale: #212121. Windows color (decimal): -16573293 or 9640963. OLE color: 9640963.

HSL color Cylindrical-coordinate representation of color #031C93: hue angle of 229.58º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031C93 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 28 147 -
CMYK 0.98 0.81 0 0.42
HSL 229.58º 0.96% 0.29% -
HSV(B) 229.58º 0.98% 0.58% -
XYZ 5.72 2.96 27.87 -
YUV 34.09 191.72 105.82 -
System Red Green Blue C M Y K H S L
Decimal 3 28 147 0.98 0.81 0 0.42 229.58 0.96 0.29
Hex 3 1C 93 62 51 0 2A E6 60 1D
Octal 3 34 223 142 121 0 52 346 140 35
Binary 11 11100 10010011 1100010 1010001 0 101010 11100110 1100000 11101

Color Harmonies of #031C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031C93

Black with #031C93

Text Example


Text Example

White with #031C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,28,147); }

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

background-color css

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

 a { background-color: rgb(3,28,147); }

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

border-color css

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

 span { border-color: rgb(3,28,147); }

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