Html Css Color HEX #032190 Smalt

📋 copy color: '#032190'

red 3 ◦ green 33 ◦ blue 144

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

Shades of Smalt #032190

Tints of Smalt #032190

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.33%

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

R = 1.67%
G = 18.33%
B = 80%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#032190 (or 0x032190) is known color: Smalt. HEX triplet: 03, 21 and 90. RGB value is (3,33,144). Sum of RGB (Red+Green+Blue) = 3+33+144=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 144 (56.64% from 255 or 80% from 180); Max value from RGB is 144 - color contains mainly: blue. Hex color #032190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032190 is #FCDE6F. Grayscale: #242424. Windows color (decimal): -16572016 or 9445635. OLE color: 9445635.

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

Color convert

RGB 3 33 144 -
CMYK 0.98 0.77 0 0.44
HSL 227.23º 0.96% 0.29% -
HSV(B) 227.23º 0.98% 0.56% -
XYZ 5.62 3.12 26.69 -
YUV 36.68 188.56 103.97 -
System Red Green Blue C M Y K H S L
Decimal 3 33 144 0.98 0.77 0 0.44 227.23 0.96 0.29
Hex 3 21 90 62 4D 0 2C E3 60 1D
Octal 3 41 220 142 115 0 54 343 140 35
Binary 11 100001 10010000 1100010 1001101 0 101100 11100011 1100000 11101

Color Harmonies of #032190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032190

Black with #032190

Text Example


Text Example

White with #032190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032190; }

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

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

background-color css

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

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

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

border-color css

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

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

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