#032682

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

Shades of Smalt #032682

Tints of Smalt #032682

Color information

#032682 (or 0x032682) is unknown color: approx Smalt. HEX triplet: 03, 26 and 82. RGB value is (3,38,130). Sum of RGB (Red+Green+Blue) = 3+38+130=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 130 (51.17% from 255 or 76.02% from 171); Max value from RGB is 130 - color contains mainly: blue. Hex color #032682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032682 is #FCD97D. Grayscale: #252525. Windows color (decimal): -16570750 or 8529411. OLE color: 8529411.

HSL color Cylindrical-coordinate representation of color #032682: hue angle of 223.46º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032682 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB338130-
CMYK0.980.7100.49
HSL223.46º95.49%26.08%-
HSV(B)223.46º97.69%50.98%-
XYZ4.763.0221.45-
YUV38.02179.9103.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.75%
GREEN value IS 38 (15.23% from 255) = 22.22%
BLUE value IS 130 (51.17% from 255) = 76.02%
R=1.75%
G=22.22%
B=76.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3381300.980.7100.49223.4695.4926.08
Hex326826247031df5f1a
Octal34620214210706133713732
Binary111001101000001011000101000111011000111011111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032682; }

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

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

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

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

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

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

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

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