#325659

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

Shades of Oracle #325659

Tints of Oracle #325659

Color information

#325659 (or 0x325659) is unknown color: approx Oracle. HEX triplet: 32, 56 and 59. RGB value is (50,86,89). Sum of RGB (Red+Green+Blue) = 50+86+89=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 89 - color contains mainly: blue. Hex color #325659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325659 is #CDA9A6. Grayscale: #4B4B4B. Windows color (decimal): -13478311 or 5854770. OLE color: 5854770.

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

Color convert

RGB508689-
CMYK0.440.0300.65
HSL184.62º28.06%27.25%-
HSV(B)184.62º43.82%34.9%-
XYZ6.458.0510.67-
YUV75.58135.57109.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 86 (33.98% from 255) = 38.22%
BLUE value IS 89 (35.16% from 255) = 39.56%
R=22.22%
G=38.22%
B=39.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5086890.440.0300.65184.6228.0627.25
Hex3256592C3041b91c1b
Octal6212613154301012713433
Binary110010101011010110011011001101000001101110011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325659; }

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

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

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

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

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

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

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

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