#315F5C

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

Shades of Oracle #315F5C

Tints of Oracle #315F5C

Color information

#315F5C (or 0x315F5C) is unknown color: approx Oracle. HEX triplet: 31, 5F and 5C. RGB value is (49,95,92). Sum of RGB (Red+Green+Blue) = 49+95+92=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 95 (37.5% from 255 or 40.25% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 95 - color contains mainly: green. Hex color #315F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315F5C is #CEA0A3. Grayscale: #505050. Windows color (decimal): -13541540 or 6053681. OLE color: 6053681.

HSL color Cylindrical-coordinate representation of color #315F5C: hue angle of 176.09º 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 #315F5C is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB499592-
CMYK0.4800.030.63
HSL176.09º31.94%28.24%-
HSV(B)176.09º48.42%37.25%-
XYZ7.299.6111.6-
YUV80.9134.26105.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.76%
GREEN value IS 95 (37.5% from 255) = 40.25%
BLUE value IS 92 (36.33% from 255) = 38.98%
R=20.76%
G=40.25%
B=38.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4995920.4800.030.63176.0931.9428.24
Hex315F5C30033Fb0201c
Octal611371346003772604034
Binary110001101111110111001100000111111111011000010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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