Html Css Color HEX #032996 Smalt

📋 copy color: '#032996'

red 3 ◦ green 41 ◦ blue 150

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

Shades of Smalt #032996

Tints of Smalt #032996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.13%

 BLUE value IS 150 (58.98% from 255) = 77.32%

R = 1.55%
G = 21.13%
B = 77.32%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#032996 (or 0x032996) is known color: Smalt. HEX triplet: 03, 29 and 96. RGB value is (3,41,150). Sum of RGB (Red+Green+Blue) = 3+41+150=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 150 (58.98% from 255 or 77.32% from 194); Max value from RGB is 150 - color contains mainly: blue. Hex color #032996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032996 is #FCD669. Grayscale: #292929. Windows color (decimal): -16569962 or 9840899. OLE color: 9840899.

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

Color convert

RGB 3 41 150 -
CMYK 0.98 0.73 0 0.41
HSL 224.49º 0.96% 0.3% -
HSV(B) 224.49º 0.98% 0.59% -
XYZ 6.34 3.81 29.26 -
YUV 42.06 188.91 100.14 -
System Red Green Blue C M Y K H S L
Decimal 3 41 150 0.98 0.73 0 0.41 224.49 0.96 0.3
Hex 3 29 96 62 49 0 29 E0 60 1E
Octal 3 51 226 142 111 0 51 340 140 36
Binary 11 101001 10010110 1100010 1001001 0 101001 11100000 1100000 11110

Color Harmonies of #032996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032996

Black with #032996

Text Example


Text Example

White with #032996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032996; }

 p { color: rgb(3,41,150); }

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

background-color css

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

 a { background-color: rgb(3,41,150); }

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

border-color css

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

 span { border-color: rgb(3,41,150); }

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