#032759

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

Shades of Sapphire #032759

Tints of Sapphire #032759

Color information

#032759 (or 0x032759) is unknown color: approx Sapphire. HEX triplet: 03, 27 and 59. RGB value is (3,39,89). Sum of RGB (Red+Green+Blue) = 3+39+89=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 89 (35.16% from 255 or 67.94% from 131); Max value from RGB is 89 - color contains mainly: blue. Hex color #032759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032759 is #FCD8A6. Grayscale: #212121. Windows color (decimal): -16570535 or 5842691. OLE color: 5842691.

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

Color convert

RGB33989-
CMYK0.970.5600.65
HSL214.88º93.48%18.04%-
HSV(B)214.88º96.63%34.9%-
XYZ2.572.199.74-
YUV33.94159.07105.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.29%
GREEN value IS 39 (15.62% from 255) = 29.77%
BLUE value IS 89 (35.16% from 255) = 67.94%
R=2.29%
G=29.77%
B=67.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal339890.970.5600.65214.8893.4818.04
Hex327596138041d75d12
Octal34713114170010132713522
Binary11100111101100111000011110000100000111010111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032759; }

 p { color: rgb(3,39,89); }

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

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

 a { background-color: rgb(3,39,89); }

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

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

 span { border-color: rgb(3,39,89); }

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