Html Css Color HEX #032884 Smalt

📋 copy color: '#032884'

red 3 ◦ green 40 ◦ blue 132

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

Shades of Smalt #032884

Tints of Smalt #032884

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.86%

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

R = 1.71%
G = 22.86%
B = 75.43%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#032884 (or 0x032884) is known color: Smalt. HEX triplet: 03, 28 and 84. RGB value is (3,40,132). Sum of RGB (Red+Green+Blue) = 3+40+132=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 132 (51.95% from 255 or 75.43% from 175); Max value from RGB is 132 - color contains mainly: blue. Hex color #032884 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032884 is #FCD77B. Grayscale: #272727. Windows color (decimal): -16570236 or 8660995. OLE color: 8660995.

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

Color convert

RGB 3 40 132 -
CMYK 0.98 0.70 0 0.48
HSL 222.79º 0.96% 0.26% -
HSV(B) 222.79º 0.98% 0.52% -
XYZ 4.96 3.2 22.19 -
YUV 39.43 180.24 102.02 -
System Red Green Blue C M Y K H S L
Decimal 3 40 132 0.98 0.70 0 0.48 222.79 0.96 0.26
Hex 3 28 84 62 46 0 30 DF 60 1A
Octal 3 50 204 142 106 0 60 337 140 32
Binary 11 101000 10000100 1100010 1000110 0 110000 11011111 1100000 11010

Color Harmonies of #032884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032884

Black with #032884

Text Example


Text Example

White with #032884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032884; }

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

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

background-color css

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

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

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

border-color css

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

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

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