Html Css Color HEX #032091 Smalt

📋 copy color: '#032091'

red 3 ◦ green 32 ◦ blue 145

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

Shades of Smalt #032091

Tints of Smalt #032091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.78%

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

R = 1.67%
G = 17.78%
B = 80.56%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#032091 (or 0x032091) is known color: Smalt. HEX triplet: 03, 20 and 91. RGB value is (3,32,145). Sum of RGB (Red+Green+Blue) = 3+32+145=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 145 (57.03% from 255 or 80.56% from 180); Max value from RGB is 145 - color contains mainly: blue. Hex color #032091 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032091 is #FCDF6E. Grayscale: #232323. Windows color (decimal): -16572271 or 9510915. OLE color: 9510915.

HSL color Cylindrical-coordinate representation of color #032091: hue angle of 227.75º 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 #032091 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 3 32 145 -
CMYK 0.98 0.78 0 0.43
HSL 227.75º 0.96% 0.29% -
HSV(B) 227.75º 0.98% 0.57% -
XYZ 5.66 3.1 27.09 -
YUV 36.21 189.39 104.31 -
System Red Green Blue C M Y K H S L
Decimal 3 32 145 0.98 0.78 0 0.43 227.75 0.96 0.29
Hex 3 20 91 62 4E 0 2B E4 60 1D
Octal 3 40 221 142 116 0 53 344 140 35
Binary 11 100000 10010001 1100010 1001110 0 101011 11100100 1100000 11101

Color Harmonies of #032091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032091

Black with #032091

Text Example


Text Example

White with #032091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032091; }

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

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

background-color css

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

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

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

border-color css

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

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

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