#032893

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

Shades of Smalt #032893

Tints of Smalt #032893

Color information

#032893 (or 0x032893) is unknown color: approx Smalt. HEX triplet: 03, 28 and 93. RGB value is (3,40,147). Sum of RGB (Red+Green+Blue) = 3+40+147=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 147 (57.81% from 255 or 77.37% from 190); Max value from RGB is 147 - color contains mainly: blue. Hex color #032893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032893 is #FCD76C. Grayscale: #282828. Windows color (decimal): -16570221 or 9644035. OLE color: 9644035.

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

Color convert

RGB340147-
CMYK0.980.7300.42
HSL224.58º96%29.41%-
HSV(B)224.58º97.96%57.65%-
XYZ6.063.6427.99-
YUV41.13187.74100.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.58%
GREEN value IS 40 (16.02% from 255) = 21.05%
BLUE value IS 147 (57.81% from 255) = 77.37%
R=1.58%
G=21.05%
B=77.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3401470.980.7300.42224.589629.41
Hex32893624902Ae1601d
Octal35022314211105234114035
Binary111010001001001111000101001001010101011100001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032893; }

 p { color: rgb(3,40,147); }

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

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

 a { background-color: rgb(3,40,147); }

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

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

 span { border-color: rgb(3,40,147); }

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