#032660

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

Shades of Sapphire #032660

Tints of Sapphire #032660

Color information

#032660 (or 0x032660) is unknown color: approx Sapphire. HEX triplet: 03, 26 and 60. RGB value is (3,38,96). Sum of RGB (Red+Green+Blue) = 3+38+96=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 96 (37.89% from 255 or 70.07% from 137); Max value from RGB is 96 - color contains mainly: blue. Hex color #032660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032660 is #FCD99F. Grayscale: #212121. Windows color (decimal): -16570784 or 6301187. OLE color: 6301187.

HSL color Cylindrical-coordinate representation of color #032660: hue angle of 217.42º 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 #032660 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB33896-
CMYK0.970.6000.62
HSL217.42º93.94%19.41%-
HSV(B)217.42º96.88%37.65%-
XYZ2.842.2511.35-
YUV34.15162.9105.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 38 (15.23% from 255) = 27.74%
BLUE value IS 96 (37.89% from 255) = 70.07%
R=2.19%
G=27.74%
B=70.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal338960.970.6000.62217.4293.9419.41
Hex32660613C03Ed95e13
Octal3461401417407633113623
Binary1110011011000001100001111100011111011011001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032660; }

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

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

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

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

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

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

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

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