Html Css Color HEX #032C84 Smalt

📋 copy color: '#032C84'

red 3 ◦ green 44 ◦ blue 132

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

Shades of Smalt #032C84

Tints of Smalt #032C84

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.58%

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

R = 1.68%
G = 24.58%
B = 73.74%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#032C84 (or 0x032C84) is known color: Smalt. HEX triplet: 03, 2C and 84. RGB value is (3,44,132). Sum of RGB (Red+Green+Blue) = 3+44+132=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 132 (51.95% from 255 or 73.74% from 179); Max value from RGB is 132 - color contains mainly: blue. Hex color #032C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032C84 is #FCD37B. Grayscale: #292929. Windows color (decimal): -16569212 or 8662019. OLE color: 8662019.

HSL color Cylindrical-coordinate representation of color #032C84: hue angle of 220.93º 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 #032C84 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 3 44 132 -
CMYK 0.98 0.67 0 0.48
HSL 220.93º 0.96% 0.26% -
HSV(B) 220.93º 0.98% 0.52% -
XYZ 5.1 3.49 22.23 -
YUV 41.77 178.92 100.34 -
System Red Green Blue C M Y K H S L
Decimal 3 44 132 0.98 0.67 0 0.48 220.93 0.96 0.26
Hex 3 2C 84 62 43 0 30 DD 60 1A
Octal 3 54 204 142 103 0 60 335 140 32
Binary 11 101100 10000100 1100010 1000011 0 110000 11011101 1100000 11010

Color Harmonies of #032C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032C84

Black with #032C84

Text Example


Text Example

White with #032C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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