#316363

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

Shades of Oracle #316363

Tints of Oracle #316363

Color information

#316363 (or 0x316363) is unknown color: approx Oracle. HEX triplet: 31, 63 and 63. RGB value is (49,99,99). Sum of RGB (Red+Green+Blue) = 49+99+99=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #316363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316363 is #CE9C9C. Grayscale: #545454. Windows color (decimal): -13540509 or 6513457. OLE color: 6513457.

HSL color Cylindrical-coordinate representation of color #316363: hue angle of 180º 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 #316363 is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB499999-
CMYK0.51000.61
HSL180º33.78%29.02%-
HSV(B)180º50.51%38.82%-
XYZ7.9810.4813.41-
YUV84.05136.44103-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.84%
GREEN value IS 99 (39.06% from 255) = 40.08%
BLUE value IS 99 (39.06% from 255) = 40.08%
R=19.84%
G=40.08%
B=40.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4999990.51000.6118033.7829.02
Hex31636333003Db4221d
Octal611431436300752644235
Binary11000111000111100011110011001111011011010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316363; }

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

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

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

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

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

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

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

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