#032286

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

Shades of Smalt #032286

Tints of Smalt #032286

Color information

#032286 (or 0x032286) is unknown color: approx Smalt. HEX triplet: 03, 22 and 86. RGB value is (3,34,134). Sum of RGB (Red+Green+Blue) = 3+34+134=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 134 (52.73% from 255 or 78.36% from 171); Max value from RGB is 134 - color contains mainly: blue. Hex color #032286 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032286 is #FCDD79. Grayscale: #232323. Windows color (decimal): -16571770 or 8790531. OLE color: 8790531.

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

Color convert

RGB334134-
CMYK0.980.7500.47
HSL225.8º95.62%26.86%-
HSV(B)225.8º97.76%52.55%-
XYZ4.912.8822.85-
YUV36.13183.23104.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.75%
GREEN value IS 34 (13.67% from 255) = 19.88%
BLUE value IS 134 (52.73% from 255) = 78.36%
R=1.75%
G=19.88%
B=78.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3341340.980.7500.47225.895.6226.86
Hex32286624B02Fe2601b
Octal34220614211305734214033
Binary111000101000011011000101001011010111111100010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032286; }

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

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

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

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

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

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

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

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