#032058

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

Shades of Sapphire #032058

Tints of Sapphire #032058

Color information

#032058 (or 0x032058) is unknown color: approx Sapphire. HEX triplet: 03, 20 and 58. RGB value is (3,32,88). Sum of RGB (Red+Green+Blue) = 3+32+88=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 88 (34.77% from 255 or 71.54% from 123); Max value from RGB is 88 - color contains mainly: blue. Hex color #032058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032058 is #FCDFA7. Grayscale: #1D1D1D. Windows color (decimal): -16572328 or 5775363. OLE color: 5775363.

HSL color Cylindrical-coordinate representation of color #032058: hue angle of 219.53º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032058 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB33288-
CMYK0.970.6400.65
HSL219.53º93.41%17.84%-
HSV(B)219.53º96.59%34.51%-
XYZ2.321.769.45-
YUV29.71160.89108.95-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.44%
GREEN value IS 32 (12.89% from 255) = 26.02%
BLUE value IS 88 (34.77% from 255) = 71.54%
R=2.44%
G=26.02%
B=71.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal332880.970.6400.65219.5393.4117.84
Hex320586140041dc5d12
Octal340130141100010133413522
Binary111000001011000110000110000000100000111011100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032058; }

 p { color: rgb(3,32,88); }

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

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

 a { background-color: rgb(3,32,88); }

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

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

 span { border-color: rgb(3,32,88); }

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