#315D62

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

Shades of Oracle #315D62

Tints of Oracle #315D62

Color information

#315D62 (or 0x315D62) is unknown color: approx Oracle. HEX triplet: 31, 5D and 62. RGB value is (49,93,98). Sum of RGB (Red+Green+Blue) = 49+93+98=240 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.42% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 98 - color contains mainly: blue. Hex color #315D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315D62 is #CEA29D. Grayscale: #505050. Windows color (decimal): -13542046 or 6446385. OLE color: 6446385.

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

Color convert

RGB499398-
CMYK0.50.0500.62
HSL186.12º33.33%28.82%-
HSV(B)186.12º50%38.43%-
XYZ7.399.3612.97-
YUV80.41137.92105.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.42%
GREEN value IS 93 (36.72% from 255) = 38.75%
BLUE value IS 98 (38.67% from 255) = 40.83%
R=20.42%
G=38.75%
B=40.83%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4993980.50.0500.62186.1233.3328.82
Hex315D6232503Eba211d
Octal611351426250762724135
Binary1100011011101110001011001010101111101011101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,93,98); }

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

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

 a { background-color: rgb(49,93,98); }

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

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

 span { border-color: rgb(49,93,98); }

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