Html Css Color HEX #031C96 Smalt

📋 copy color: '#031C96'

red 3 ◦ green 28 ◦ blue 150

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

Shades of Smalt #031C96

Tints of Smalt #031C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 82.87%

R = 1.66%
G = 15.47%
B = 82.87%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#031C96 (or 0x031C96) is known color: Smalt. HEX triplet: 03, 1C and 96. RGB value is (3,28,150). Sum of RGB (Red+Green+Blue) = 3+28+150=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 150 (58.98% from 255 or 82.87% from 181); Max value from RGB is 150 - color contains mainly: blue. Hex color #031C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031C96 is #FCE369. Grayscale: #212121. Windows color (decimal): -16573290 or 9837571. OLE color: 9837571.

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

Color convert

RGB 3 28 150 -
CMYK 0.98 0.81 0 0.41
HSL 229.8º 0.96% 0.3% -
HSV(B) 229.8º 0.98% 0.59% -
XYZ 5.96 3.05 29.13 -
YUV 34.43 193.22 105.58 -
System Red Green Blue C M Y K H S L
Decimal 3 28 150 0.98 0.81 0 0.41 229.8 0.96 0.3
Hex 3 1C 96 62 51 0 29 E6 60 1E
Octal 3 34 226 142 121 0 51 346 140 36
Binary 11 11100 10010110 1100010 1010001 0 101001 11100110 1100000 11110

Color Harmonies of #031C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031C96

Black with #031C96

Text Example


Text Example

White with #031C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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