#315a5f

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

Shades of Oracle #315A5F

Tints of Oracle #315A5F

Color information

#315A5F (or 0x315A5F) is unknown color: approx Oracle. HEX triplet: 31, 5A and 5F. RGB value is (49,90,95). Sum of RGB (Red+Green+Blue) = 49+90+95=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 95 - color contains mainly: blue. Hex color #315A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315A5F is #CEA5A0. Grayscale: #4E4E4E. Windows color (decimal): -13542817 or 6249009. OLE color: 6249009.

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

Color convert

RGB499095-
CMYK0.480.0500.63
HSL186.52º31.94%28.24%-
HSV(B)186.52º48.42%37.25%-
XYZ6.998.7912.16-
YUV78.31137.42107.09-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 90 (35.55% from 255) = 38.46%
BLUE value IS 95 (37.5% from 255) = 40.60%
R=20.94%
G=38.46%
B=40.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4990950.480.0500.63186.5231.9428.24
Hex315A5F30503Fbb201c
Octal611321376050772734034
Binary1100011011010101111111000010101111111011101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315a5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,90,95); }

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

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

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

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

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

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

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