#316163

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

Shades of Oracle #316163

Tints of Oracle #316163

Color information

#316163 (or 0x316163) is unknown color: approx Oracle. HEX triplet: 31, 61 and 63. RGB value is (49,97,99). Sum of RGB (Red+Green+Blue) = 49+97+99=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #316163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316163 is #CE9E9C. Grayscale: #525252. Windows color (decimal): -13541021 or 6512945. OLE color: 6512945.

HSL color Cylindrical-coordinate representation of color #316163: hue angle of 182.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316163 is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB499799-
CMYK0.510.0200.61
HSL182.4º33.78%29.02%-
HSV(B)182.4º50.51%38.82%-
XYZ7.7910.113.34-
YUV82.88137.1103.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20%
GREEN value IS 97 (38.28% from 255) = 39.59%
BLUE value IS 99 (39.06% from 255) = 40.41%
R=20%
G=39.59%
B=40.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4997990.510.0200.61182.433.7829.02
Hex31616333203Db6221d
Octal611411436320752664235
Binary110001110000111000111100111001111011011011010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316163; }

 p { color: rgb(49,97,99); }

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

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

 a { background-color: rgb(49,97,99); }

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

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

 span { border-color: rgb(49,97,99); }

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