#032659

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

Shades of Sapphire #032659

Tints of Sapphire #032659

Color information

#032659 (or 0x032659) is unknown color: approx Sapphire. HEX triplet: 03, 26 and 59. RGB value is (3,38,89). Sum of RGB (Red+Green+Blue) = 3+38+89=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 89 (35.16% from 255 or 68.46% from 130); Max value from RGB is 89 - color contains mainly: blue. Hex color #032659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032659 is #FCD9A6. Grayscale: #212121. Windows color (decimal): -16570791 or 5842435. OLE color: 5842435.

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

Color convert

RGB33889-
CMYK0.970.5700.65
HSL215.58º93.48%18.04%-
HSV(B)215.58º96.63%34.9%-
XYZ2.532.139.73-
YUV33.35159.4106.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.31%
GREEN value IS 38 (15.23% from 255) = 29.23%
BLUE value IS 89 (35.16% from 255) = 68.46%
R=2.31%
G=29.23%
B=68.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal338890.970.5700.65215.5893.4818.04
Hex326596139041d85d12
Octal34613114171010133013522
Binary11100110101100111000011110010100000111011000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032659; }

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

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

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

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

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

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

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

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