#315B61

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

Shades of Oracle #315B61

Tints of Oracle #315B61

Color information

#315B61 (or 0x315B61) is unknown color: approx Oracle. HEX triplet: 31, 5B and 61. RGB value is (49,91,97). Sum of RGB (Red+Green+Blue) = 49+91+97=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 97 - color contains mainly: blue. Hex color #315B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315B61 is #CEA49E. Grayscale: #4F4F4F. Windows color (decimal): -13542559 or 6380337. OLE color: 6380337.

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

Color convert

RGB499197-
CMYK0.490.0600.62
HSL187.5º32.88%28.63%-
HSV(B)187.5º49.48%38.04%-
XYZ7.17912.67-
YUV79.13138.09106.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.68%
GREEN value IS 91 (35.94% from 255) = 38.40%
BLUE value IS 97 (38.28% from 255) = 40.93%
R=20.68%
G=38.40%
B=40.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4991970.490.0600.62187.532.8828.63
Hex315B6131603Ebc211d
Octal611331416160762744135
Binary1100011011011110000111000111001111101011110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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