#325759

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

Shades of Oracle #325759

Tints of Oracle #325759

Color information

#325759 (or 0x325759) is unknown color: approx Oracle. HEX triplet: 32, 57 and 59. RGB value is (50,87,89). Sum of RGB (Red+Green+Blue) = 50+87+89=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: blue. Hex color #325759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325759 is #CDA8A6. Grayscale: #4C4C4C. Windows color (decimal): -13478055 or 5855026. OLE color: 5855026.

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

Color convert

RGB508789-
CMYK0.440.0200.65
HSL183.08º28.06%27.25%-
HSV(B)183.08º43.82%34.9%-
XYZ6.538.2210.69-
YUV76.16135.24109.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.12%
GREEN value IS 87 (34.38% from 255) = 38.50%
BLUE value IS 89 (35.16% from 255) = 39.38%
R=22.12%
G=38.50%
B=39.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5087890.440.0200.65183.0828.0627.25
Hex3257592C2041b71c1b
Octal6212713154201012673433
Binary110010101011110110011011001001000001101101111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325759; }

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

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

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

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

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

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

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

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