#032A84

Color #032A84 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #032A84

Tints of Smalt #032A84

Color information

#032A84 (or 0x032A84) is unknown color: approx Smalt. HEX triplet: 03, 2A and 84. RGB value is (3,42,132). Sum of RGB (Red+Green+Blue) = 3+42+132=177 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.69% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 132 (51.95% from 255 or 74.58% from 177); Max value from RGB is 132 - color contains mainly: blue. Hex color #032A84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032A84 is #FCD57B. Grayscale: #282828. Windows color (decimal): -16569724 or 8661507. OLE color: 8661507.

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

Color convert

RGB342132-
CMYK0.980.6800.48
HSL221.86º95.56%26.47%-
HSV(B)221.86º97.73%51.76%-
XYZ5.033.3422.21-
YUV40.6179.58101.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.69%
GREEN value IS 42 (16.80% from 255) = 23.73%
BLUE value IS 132 (51.95% from 255) = 74.58%
R=1.69%
G=23.73%
B=74.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3421320.980.6800.48221.8695.5626.47
Hex32A846244030de601a
Octal35220414210406033614032
Binary111010101000010011000101000100011000011011110110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #032A84;
 }
 .AnyTagClassName
 {
   color: #032A84;
 }
</style>
background-color css

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

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

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

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

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

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