Html Css Color HEX #032D84 Smalt

📋 copy color: '#032D84'

red 3 ◦ green 45 ◦ blue 132

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

Shades of Smalt #032D84

Tints of Smalt #032D84

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25%

 BLUE value IS 132 (51.95% from 255) = 73.33%

R = 1.67%
G = 25%
B = 73.33%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#032D84 (or 0x032D84) is known color: Smalt. HEX triplet: 03, 2D and 84. RGB value is (3,45,132). Sum of RGB (Red+Green+Blue) = 3+45+132=180 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.67% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 132 (51.95% from 255 or 73.33% from 180); Max value from RGB is 132 - color contains mainly: blue. Hex color #032D84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032D84 is #FCD27B. Grayscale: #292929. Windows color (decimal): -16568956 or 8662275. OLE color: 8662275.

HSL color Cylindrical-coordinate representation of color #032D84: hue angle of 220.47º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032D84 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 45 132 -
CMYK 0.98 0.66 0 0.48
HSL 220.47º 0.96% 0.26% -
HSV(B) 220.47º 0.98% 0.52% -
XYZ 5.14 3.56 22.25 -
YUV 42.36 178.59 99.93 -
System Red Green Blue C M Y K H S L
Decimal 3 45 132 0.98 0.66 0 0.48 220.47 0.96 0.26
Hex 3 2D 84 62 42 0 30 DC 60 1A
Octal 3 55 204 142 102 0 60 334 140 32
Binary 11 101101 10000100 1100010 1000010 0 110000 11011100 1100000 11010

Color Harmonies of #032D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032D84

Black with #032D84

Text Example


Text Example

White with #032D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032D84; }

 p { color: rgb(3,45,132); }

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

background-color css

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

 a { background-color: rgb(3,45,132); }

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

border-color css

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

 span { border-color: rgb(3,45,132); }

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