Html Css Color HEX #032192 Smalt

📋 copy color: '#032192'

red 3 ◦ green 33 ◦ blue 146

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

Shades of Smalt #032192

Tints of Smalt #032192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 80.22%

R = 1.65%
G = 18.13%
B = 80.22%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#032192 (or 0x032192) is known color: Smalt. HEX triplet: 03, 21 and 92. RGB value is (3,33,146). Sum of RGB (Red+Green+Blue) = 3+33+146=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 146 (57.42% from 255 or 80.22% from 182); Max value from RGB is 146 - color contains mainly: blue. Hex color #032192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032192 is #FCDE6D. Grayscale: #242424. Windows color (decimal): -16572014 or 9576707. OLE color: 9576707.

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

Color convert

RGB 3 33 146 -
CMYK 0.98 0.77 0 0.43
HSL 227.41º 0.96% 0.29% -
HSV(B) 227.41º 0.98% 0.57% -
XYZ 5.77 3.18 27.5 -
YUV 36.91 189.56 103.81 -
System Red Green Blue C M Y K H S L
Decimal 3 33 146 0.98 0.77 0 0.43 227.41 0.96 0.29
Hex 3 21 92 62 4D 0 2B E3 60 1D
Octal 3 41 222 142 115 0 53 343 140 35
Binary 11 100001 10010010 1100010 1001101 0 101011 11100011 1100000 11101

Color Harmonies of #032192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032192

Black with #032192

Text Example


Text Example

White with #032192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032192; }

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

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

background-color css

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

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

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

border-color css

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

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

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