Html Css Color HEX #032484 Smalt

📋 copy color: '#032484'

red 3 ◦ green 36 ◦ blue 132

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

Shades of Smalt #032484

Tints of Smalt #032484

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.05%

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

R = 1.75%
G = 21.05%
B = 77.19%

CMYK

 C value IS 0.98

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#032484 (or 0x032484) is known color: Smalt. HEX triplet: 03, 24 and 84. RGB value is (3,36,132). Sum of RGB (Red+Green+Blue) = 3+36+132=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 132 (51.95% from 255 or 77.19% from 171); Max value from RGB is 132 - color contains mainly: blue. Hex color #032484 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032484 is #FCDB7B. Grayscale: #242424. Windows color (decimal): -16571260 or 8659971. OLE color: 8659971.

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

Color convert

RGB 3 36 132 -
CMYK 0.98 0.73 0 0.48
HSL 224.65º 0.96% 0.26% -
HSV(B) 224.65º 0.98% 0.52% -
XYZ 4.83 2.95 22.14 -
YUV 37.08 181.57 103.69 -
System Red Green Blue C M Y K H S L
Decimal 3 36 132 0.98 0.73 0 0.48 224.65 0.96 0.26
Hex 3 24 84 62 49 0 30 E1 60 1A
Octal 3 44 204 142 111 0 60 341 140 32
Binary 11 100100 10000100 1100010 1001001 0 110000 11100001 1100000 11010

Color Harmonies of #032484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032484

Black with #032484

Text Example


Text Example

White with #032484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032484; }

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

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

background-color css

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

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

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

border-color css

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

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

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