#032459

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

Shades of Sapphire #032459

Tints of Sapphire #032459

Color information

#032459 (or 0x032459) is unknown color: approx Sapphire. HEX triplet: 03, 24 and 59. RGB value is (3,36,89). Sum of RGB (Red+Green+Blue) = 3+36+89=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 89 (35.16% from 255 or 69.53% from 128); Max value from RGB is 89 - color contains mainly: blue. Hex color #032459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032459 is #FCDBA6. Grayscale: #1F1F1F. Windows color (decimal): -16571303 or 5841923. OLE color: 5841923.

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

Color convert

RGB33689-
CMYK0.970.6000.65
HSL216.98º93.48%18.04%-
HSV(B)216.98º96.63%34.9%-
XYZ2.4729.71-
YUV32.17160.07107.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.34%
GREEN value IS 36 (14.45% from 255) = 28.12%
BLUE value IS 89 (35.16% from 255) = 69.53%
R=2.34%
G=28.12%
B=69.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal336890.970.6000.65216.9893.4818.04
Hex32459613C041d95d12
Octal34413114174010133113522
Binary11100100101100111000011111000100000111011001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032459; }

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

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

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

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

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

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

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

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