#032684

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

Shades of Smalt #032684

Tints of Smalt #032684

Color information

#032684 (or 0x032684) is unknown color: approx Smalt. HEX triplet: 03, 26 and 84. RGB value is (3,38,132). Sum of RGB (Red+Green+Blue) = 3+38+132=173 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.73% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 132 (51.95% from 255 or 76.30% from 173); Max value from RGB is 132 - color contains mainly: blue. Hex color #032684 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032684 is #FCD97B. Grayscale: #252525. Windows color (decimal): -16570748 or 8660483. OLE color: 8660483.

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

Color convert

RGB338132-
CMYK0.980.7100.48
HSL223.72º95.56%26.47%-
HSV(B)223.72º97.73%51.76%-
XYZ4.93.0722.16-
YUV38.25180.9102.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.73%
GREEN value IS 38 (15.23% from 255) = 21.97%
BLUE value IS 132 (51.95% from 255) = 76.30%
R=1.73%
G=21.97%
B=76.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3381320.980.7100.48223.7295.5626.47
Hex326846247030e0601a
Octal34620414210706034014032
Binary111001101000010011000101000111011000011100000110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032684; }

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

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

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

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

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

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

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

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