#315C62

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

Shades of Oracle #315C62

Tints of Oracle #315C62

Color information

#315C62 (or 0x315C62) is unknown color: approx Oracle. HEX triplet: 31, 5C and 62. RGB value is (49,92,98). Sum of RGB (Red+Green+Blue) = 49+92+98=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 92 (36.33% from 255 or 38.49% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #315C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315C62 is #CEA39D. Grayscale: #4F4F4F. Windows color (decimal): -13542302 or 6446129. OLE color: 6446129.

HSL color Cylindrical-coordinate representation of color #315C62: hue angle of 187.35º 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 #315C62 is Cyan = 0.5, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB499298-
CMYK0.50.0600.62
HSL187.35º33.33%28.82%-
HSV(B)187.35º50%38.43%-
XYZ7.39.1912.94-
YUV79.83138.25106.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.50%
GREEN value IS 92 (36.33% from 255) = 38.49%
BLUE value IS 98 (38.67% from 255) = 41.00%
R=20.50%
G=38.49%
B=41.00%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4992980.50.0600.62187.3533.3328.82
Hex315C6232603Ebb211d
Octal611341426260762734135
Binary1100011011100110001011001011001111101011101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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