#325459

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

Shades of Oracle #325459

Tints of Oracle #325459

Color information

#325459 (or 0x325459) is unknown color: approx Oracle. HEX triplet: 32, 54 and 59. RGB value is (50,84,89). Sum of RGB (Red+Green+Blue) = 50+84+89=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #325459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325459 is #CDABA6. Grayscale: #4A4A4A. Windows color (decimal): -13478823 or 5854258. OLE color: 5854258.

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

Color convert

RGB508489-
CMYK0.440.0600.65
HSL187.69º28.06%27.25%-
HSV(B)187.69º43.82%34.9%-
XYZ6.297.7410.61-
YUV74.4136.24110.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.42%
GREEN value IS 84 (33.20% from 255) = 37.67%
BLUE value IS 89 (35.16% from 255) = 39.91%
R=22.42%
G=37.67%
B=39.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5084890.440.0600.65187.6928.0627.25
Hex3254592C6041bc1c1b
Octal6212413154601012743433
Binary1100101010100101100110110011001000001101111001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325459; }

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

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

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

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

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

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

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

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