#315B60

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

Shades of Oracle #315B60

Tints of Oracle #315B60

Color information

#315B60 (or 0x315B60) is unknown color: approx Oracle. HEX triplet: 31, 5B and 60. RGB value is (49,91,96). Sum of RGB (Red+Green+Blue) = 49+91+96=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 91 (35.94% from 255 or 38.56% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 96 - color contains mainly: blue. Hex color #315B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315B60 is #CEA49F. Grayscale: #4E4E4E. Windows color (decimal): -13542560 or 6314801. OLE color: 6314801.

HSL color Cylindrical-coordinate representation of color #315B60: hue angle of 186.38º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #315B60 is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB499196-
CMYK0.490.0500.62
HSL186.38º32.41%28.43%-
HSV(B)186.38º48.96%37.65%-
XYZ7.128.9812.42-
YUV79.01137.59106.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.76%
GREEN value IS 91 (35.94% from 255) = 38.56%
BLUE value IS 96 (37.89% from 255) = 40.68%
R=20.76%
G=38.56%
B=40.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4991960.490.0500.62186.3832.4128.43
Hex315B6031503Eba201c
Octal611331406150762724034
Binary1100011011011110000011000110101111101011101010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315B60; }

 p { color: rgb(49,91,96); }

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

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

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

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

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

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

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