Html Css Color HEX #032391 Smalt

📋 copy color: '#032391'

red 3 ◦ green 35 ◦ blue 145

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

Shades of Smalt #032391

Tints of Smalt #032391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.13%

 BLUE value IS 145 (57.03% from 255) = 79.23%

R = 1.64%
G = 19.13%
B = 79.23%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#032391 (or 0x032391) is known color: Smalt. HEX triplet: 03, 23 and 91. RGB value is (3,35,145). Sum of RGB (Red+Green+Blue) = 3+35+145=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 145 (57.03% from 255 or 79.23% from 183); Max value from RGB is 145 - color contains mainly: blue. Hex color #032391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032391 is #FCDC6E. Grayscale: #252525. Windows color (decimal): -16571503 or 9511683. OLE color: 9511683.

HSL color Cylindrical-coordinate representation of color #032391: hue angle of 226.48º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032391 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 3 35 145 -
CMYK 0.98 0.76 0 0.43
HSL 226.48º 0.96% 0.29% -
HSV(B) 226.48º 0.98% 0.57% -
XYZ 5.75 3.27 27.12 -
YUV 37.97 188.4 103.06 -
System Red Green Blue C M Y K H S L
Decimal 3 35 145 0.98 0.76 0 0.43 226.48 0.96 0.29
Hex 3 23 91 62 4C 0 2B E2 60 1D
Octal 3 43 221 142 114 0 53 342 140 35
Binary 11 100011 10010001 1100010 1001100 0 101011 11100010 1100000 11101

Color Harmonies of #032391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032391

Black with #032391

Text Example


Text Example

White with #032391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032391; }

 p { color: rgb(3,35,145); }

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

background-color css

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

 a { background-color: rgb(3,35,145); }

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

border-color css

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

 span { border-color: rgb(3,35,145); }

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