#315A58

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

Shades of Oracle #315A58

Tints of Oracle #315A58

Color information

#315A58 (or 0x315A58) is unknown color: approx Oracle. HEX triplet: 31, 5A and 58. RGB value is (49,90,88). Sum of RGB (Red+Green+Blue) = 49+90+88=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 90 - color contains mainly: green. Hex color #315A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315A58 is #CEA5A7. Grayscale: #4D4D4D. Windows color (decimal): -13542824 or 5790257. OLE color: 5790257.

HSL color Cylindrical-coordinate representation of color #315A58: hue angle of 177.07º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #315A58 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB499088-
CMYK0.4600.020.65
HSL177.07º29.5%27.25%-
HSV(B)177.07º45.56%35.29%-
XYZ6.688.6710.55-
YUV77.51133.92107.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.59%
GREEN value IS 90 (35.55% from 255) = 39.65%
BLUE value IS 88 (34.77% from 255) = 38.77%
R=21.59%
G=39.65%
B=38.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4990880.4600.020.65177.0729.527.25
Hex315A582E0241b11d1b
Octal6113213056021012613533
Binary110001101101010110001011100101000001101100011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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