#315757

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

Shades of Oracle #315757

Tints of Oracle #315757

Color information

#315757 (or 0x315757) is unknown color: approx Oracle. HEX triplet: 31, 57 and 57. RGB value is (49,87,87). Sum of RGB (Red+Green+Blue) = 49+87+87=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 87 - color contains mainly: green, blue. Hex color #315757 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315757 is #CEA8A8. Grayscale: #4B4B4B. Windows color (decimal): -13543593 or 5723953. OLE color: 5723953.

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

Color convert

RGB498787-
CMYK0.44000.66
HSL180º27.94%26.67%-
HSV(B)180º43.68%34.12%-
XYZ6.48.1610.25-
YUV75.64134.41109-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 87 (34.38% from 255) = 39.01%
BLUE value IS 87 (34.38% from 255) = 39.01%
R=21.97%
G=39.01%
B=39.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4987870.44000.6618027.9426.67
Hex3157572C0042b41c1b
Octal6112712754001022643433
Binary11000110101111010111101100001000010101101001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315757; }

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

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

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

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

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

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

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

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