#315E60

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

Shades of Oracle #315E60

Tints of Oracle #315E60

Color information

#315E60 (or 0x315E60) is unknown color: approx Oracle. HEX triplet: 31, 5E and 60. RGB value is (49,94,96). Sum of RGB (Red+Green+Blue) = 49+94+96=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: blue. Hex color #315E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315E60 is #CEA19F. Grayscale: #505050. Windows color (decimal): -13541792 or 6315569. OLE color: 6315569.

HSL color Cylindrical-coordinate representation of color #315E60: hue angle of 182.55º 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 #315E60 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB499496-
CMYK0.490.0200.62
HSL182.55º32.41%28.43%-
HSV(B)182.55º48.96%37.65%-
XYZ7.389.512.51-
YUV80.77136.59105.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.50%
GREEN value IS 94 (37.11% from 255) = 39.33%
BLUE value IS 96 (37.89% from 255) = 40.17%
R=20.50%
G=39.33%
B=40.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4994960.490.0200.62182.5532.4128.43
Hex315E6031203Eb7201c
Octal611361406120762674034
Binary110001101111011000001100011001111101011011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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