#325859

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

Shades of Oracle #325859

Tints of Oracle #325859

Color information

#325859 (or 0x325859) is unknown color: approx Oracle. HEX triplet: 32, 58 and 59. RGB value is (50,88,89). Sum of RGB (Red+Green+Blue) = 50+88+89=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 89 - color contains mainly: blue. Hex color #325859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325859 is #CDA7A6. Grayscale: #4C4C4C. Windows color (decimal): -13477799 or 5855282. OLE color: 5855282.

HSL color Cylindrical-coordinate representation of color #325859: hue angle of 181.54º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #325859 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB508889-
CMYK0.440.0100.65
HSL181.54º28.06%27.25%-
HSV(B)181.54º43.82%34.9%-
XYZ6.618.3810.72-
YUV76.75134.91108.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.03%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=22.03%
G=38.77%
B=39.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5088890.440.0100.65181.5428.0627.25
Hex3258592C1041b61c1b
Octal6213013154101012663433
Binary11001010110001011001101100101000001101101101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325859; }

 p { color: rgb(50,88,89); }

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

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

 a { background-color: rgb(50,88,89); }

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

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

 span { border-color: rgb(50,88,89); }

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