Html Css Color HEX #031C90 Smalt

📋 copy color: '#031C90'

red 3 ◦ green 28 ◦ blue 144

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

Shades of Smalt #031C90

Tints of Smalt #031C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 82.29%

R = 1.71%
G = 16%
B = 82.29%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#031C90 (or 0x031C90) is known color: Smalt. HEX triplet: 03, 1C and 90. RGB value is (3,28,144). Sum of RGB (Red+Green+Blue) = 3+28+144=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 144 (56.64% from 255 or 82.29% from 175); Max value from RGB is 144 - color contains mainly: blue. Hex color #031C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031C90 is #FCE36F. Grayscale: #212121. Windows color (decimal): -16573296 or 9444355. OLE color: 9444355.

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

Color convert

RGB 3 28 144 -
CMYK 0.98 0.81 0 0.44
HSL 229.36º 0.96% 0.29% -
HSV(B) 229.36º 0.98% 0.56% -
XYZ 5.49 2.86 26.65 -
YUV 33.75 190.22 106.07 -
System Red Green Blue C M Y K H S L
Decimal 3 28 144 0.98 0.81 0 0.44 229.36 0.96 0.29
Hex 3 1C 90 62 51 0 2C E5 60 1D
Octal 3 34 220 142 121 0 54 345 140 35
Binary 11 11100 10010000 1100010 1010001 0 101100 11100101 1100000 11101

Color Harmonies of #031C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031C90

Black with #031C90

Text Example


Text Example

White with #031C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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