#032260

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

Shades of Sapphire #032260

Tints of Sapphire #032260

Color information

#032260 (or 0x032260) is unknown color: approx Sapphire. HEX triplet: 03, 22 and 60. RGB value is (3,34,96). Sum of RGB (Red+Green+Blue) = 3+34+96=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 96 (37.89% from 255 or 72.18% from 133); Max value from RGB is 96 - color contains mainly: blue. Hex color #032260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032260 is #FCDD9F. Grayscale: #1F1F1F. Windows color (decimal): -16571808 or 6300163. OLE color: 6300163.

HSL color Cylindrical-coordinate representation of color #032260: hue angle of 220º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032260 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB33496-
CMYK0.970.6500.62
HSL220º93.94%19.41%-
HSV(B)220º96.88%37.65%-
XYZ2.722.0111.31-
YUV31.8164.23107.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.26%
GREEN value IS 34 (13.67% from 255) = 25.56%
BLUE value IS 96 (37.89% from 255) = 72.18%
R=2.26%
G=25.56%
B=72.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal334960.970.6500.6222093.9419.41
Hex32260614103Edc5e13
Octal34214014110107633413623
Binary11100010110000011000011000001011111011011100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032260; }

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

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

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

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

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

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

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

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