Html Css Color HEX #032584 Smalt

📋 copy color: '#032584'

red 3 ◦ green 37 ◦ blue 132

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

Shades of Smalt #032584

Tints of Smalt #032584

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.51%

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

R = 1.74%
G = 21.51%
B = 76.74%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#032584 (or 0x032584) is known color: Smalt. HEX triplet: 03, 25 and 84. RGB value is (3,37,132). Sum of RGB (Red+Green+Blue) = 3+37+132=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 132 (51.95% from 255 or 76.74% from 172); Max value from RGB is 132 - color contains mainly: blue. Hex color #032584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032584 is #FCDA7B. Grayscale: #252525. Windows color (decimal): -16571004 or 8660227. OLE color: 8660227.

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

Color convert

RGB 3 37 132 -
CMYK 0.98 0.72 0 0.48
HSL 224.19º 0.96% 0.26% -
HSV(B) 224.19º 0.98% 0.52% -
XYZ 4.86 3.01 22.15 -
YUV 37.66 181.24 103.28 -
System Red Green Blue C M Y K H S L
Decimal 3 37 132 0.98 0.72 0 0.48 224.19 0.96 0.26
Hex 3 25 84 62 48 0 30 E0 60 1A
Octal 3 45 204 142 110 0 60 340 140 32
Binary 11 100101 10000100 1100010 1001000 0 110000 11100000 1100000 11010

Color Harmonies of #032584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032584

Black with #032584

Text Example


Text Example

White with #032584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032584; }

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

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

background-color css

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

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

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

border-color css

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

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

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