#325756

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

Shades of Oracle #325756

Tints of Oracle #325756

Color information

#325756 (or 0x325756) is unknown color: approx Oracle. HEX triplet: 32, 57 and 56. RGB value is (50,87,86). Sum of RGB (Red+Green+Blue) = 50+87+86=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 87 - color contains mainly: green. Hex color #325756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325756 is #CDA8A9. Grayscale: #4B4B4B. Windows color (decimal): -13478058 or 5658418. OLE color: 5658418.

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

Color convert

RGB508786-
CMYK0.4300.010.66
HSL178.38º27.01%26.86%-
HSV(B)178.38º42.53%34.12%-
XYZ6.48.1710.04-
YUV75.82133.74109.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.42%
GREEN value IS 87 (34.38% from 255) = 39.01%
BLUE value IS 86 (33.98% from 255) = 38.57%
R=22.42%
G=39.01%
B=38.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5087860.4300.010.66178.3827.0126.86
Hex3257562B0142b21b1b
Octal6212712653011022623333
Binary11001010101111010110101011011000010101100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325756; }

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

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

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

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

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

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

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

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