#032486

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

Shades of Smalt #032486

Tints of Smalt #032486

Color information

#032486 (or 0x032486) is unknown color: approx Smalt. HEX triplet: 03, 24 and 86. RGB value is (3,36,134). Sum of RGB (Red+Green+Blue) = 3+36+134=173 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.73% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 134 (52.73% from 255 or 77.46% from 173); Max value from RGB is 134 - color contains mainly: blue. Hex color #032486 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032486 is #FCDB79. Grayscale: #242424. Windows color (decimal): -16571258 or 8791043. OLE color: 8791043.

HSL color Cylindrical-coordinate representation of color #032486: hue angle of 224.89º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032486 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB336134-
CMYK0.980.7300.47
HSL224.89º95.62%26.86%-
HSV(B)224.89º97.76%52.55%-
XYZ4.97322.87-
YUV37.3182.57103.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.73%
GREEN value IS 36 (14.45% from 255) = 20.81%
BLUE value IS 134 (52.73% from 255) = 77.46%
R=1.73%
G=20.81%
B=77.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3361340.980.7300.47224.8995.6226.86
Hex32486624902Fe1601b
Octal34420614211105734114033
Binary111001001000011011000101001001010111111100001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032486; }

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

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

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

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

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

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

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

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