#325757

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

Shades of Oracle #325757

Tints of Oracle #325757

Color information

#325757 (or 0x325757) is unknown color: approx Oracle. HEX triplet: 32, 57 and 57. RGB value is (50,87,87). Sum of RGB (Red+Green+Blue) = 50+87+87=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 87 (34.38% from 255 or 38.84% from 224); Max value from RGB is 87 - color contains mainly: green, blue. Hex color #325757 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325757 is #CDA8A8. Grayscale: #4B4B4B. Windows color (decimal): -13478057 or 5723954. OLE color: 5723954.

HSL color Cylindrical-coordinate representation of color #325757: hue angle of 180º 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 #325757 is Cyan = 0.43, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB508787-
CMYK0.43000.66
HSL180º27.01%26.86%-
HSV(B)180º42.53%34.12%-
XYZ6.448.1810.26-
YUV75.94134.24109.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.32%
GREEN value IS 87 (34.38% from 255) = 38.84%
BLUE value IS 87 (34.38% from 255) = 38.84%
R=22.32%
G=38.84%
B=38.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5087870.43000.6618027.0126.86
Hex3257572B0042b41b1b
Octal6212712753001022643333
Binary11001010101111010111101011001000010101101001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325757; }

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

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

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

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

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

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

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

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