Html Css Color HEX #032195 Smalt

📋 copy color: '#032195'

red 3 ◦ green 33 ◦ blue 149

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

Shades of Smalt #032195

Tints of Smalt #032195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 80.54%

R = 1.62%
G = 17.84%
B = 80.54%

CMYK

 C value IS 0.98

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#032195 (or 0x032195) is known color: Smalt. HEX triplet: 03, 21 and 95. RGB value is (3,33,149). Sum of RGB (Red+Green+Blue) = 3+33+149=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 149 (58.59% from 255 or 80.54% from 185); Max value from RGB is 149 - color contains mainly: blue. Hex color #032195 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032195 is #FCDE6A. Grayscale: #242424. Windows color (decimal): -16572011 or 9773315. OLE color: 9773315.

HSL color Cylindrical-coordinate representation of color #032195: hue angle of 227.67º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032195 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 33 149 -
CMYK 0.98 0.78 0 0.42
HSL 227.67º 0.96% 0.3% -
HSV(B) 227.67º 0.98% 0.58% -
XYZ 6.01 3.28 28.75 -
YUV 37.25 191.06 103.57 -
System Red Green Blue C M Y K H S L
Decimal 3 33 149 0.98 0.78 0 0.42 227.67 0.96 0.3
Hex 3 21 95 62 4E 0 2A E4 60 1E
Octal 3 41 225 142 116 0 52 344 140 36
Binary 11 100001 10010101 1100010 1001110 0 101010 11100100 1100000 11110

Color Harmonies of #032195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032195

Black with #032195

Text Example


Text Example

White with #032195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032195; }

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

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

background-color css

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

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

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

border-color css

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

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

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