#325755

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

Shades of Oracle #325755

Tints of Oracle #325755

Color information

#325755 (or 0x325755) is unknown color: approx Oracle. HEX triplet: 32, 57 and 55. RGB value is (50,87,85). Sum of RGB (Red+Green+Blue) = 50+87+85=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 87 - color contains mainly: green. Hex color #325755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325755 is #CDA8AA. Grayscale: #4B4B4B. Windows color (decimal): -13478059 or 5592882. OLE color: 5592882.

HSL color Cylindrical-coordinate representation of color #325755: hue angle of 176.76º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #325755 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB508785-
CMYK0.4300.020.66
HSL176.76º27.01%26.86%-
HSV(B)176.76º42.53%34.12%-
XYZ6.368.159.83-
YUV75.71133.24109.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.52%
GREEN value IS 87 (34.38% from 255) = 39.19%
BLUE value IS 85 (33.59% from 255) = 38.29%
R=22.52%
G=39.19%
B=38.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5087850.4300.020.66176.7627.0126.86
Hex3257552B0242b11b1b
Octal6212712553021022613333
Binary110010101011110101011010110101000010101100011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325755; }

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

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

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

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

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

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

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

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