Html Css Color HEX #031C89 Smalt

📋 copy color: '#031C89'

red 3 ◦ green 28 ◦ blue 137

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

Shades of Smalt #031C89

Tints of Smalt #031C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 81.55%

R = 1.79%
G = 16.67%
B = 81.55%

CMYK

 C value IS 0.98

 M value IS 0.80

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#031C89 (or 0x031C89) is known color: Smalt. HEX triplet: 03, 1C and 89. RGB value is (3,28,137). Sum of RGB (Red+Green+Blue) = 3+28+137=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 137 (53.91% from 255 or 81.55% from 168); Max value from RGB is 137 - color contains mainly: blue. Hex color #031C89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031C89 is #FCE376. Grayscale: #202020. Windows color (decimal): -16573303 or 8985603. OLE color: 8985603.

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

Color convert

RGB 3 28 137 -
CMYK 0.98 0.80 0 0.46
HSL 228.81º 0.96% 0.27% -
HSV(B) 228.81º 0.98% 0.54% -
XYZ 4.97 2.66 23.92 -
YUV 32.95 186.72 106.64 -
System Red Green Blue C M Y K H S L
Decimal 3 28 137 0.98 0.80 0 0.46 228.81 0.96 0.27
Hex 3 1C 89 62 50 0 2E E5 60 1B
Octal 3 34 211 142 120 0 56 345 140 33
Binary 11 11100 10001001 1100010 1010000 0 101110 11100101 1100000 11011

Color Harmonies of #031C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031C89

Black with #031C89

Text Example


Text Example

White with #031C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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