#316263

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

Shades of Oracle #316263

Tints of Oracle #316263

Color information

#316263 (or 0x316263) is unknown color: approx Oracle. HEX triplet: 31, 62 and 63. RGB value is (49,98,99). Sum of RGB (Red+Green+Blue) = 49+98+99=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #316263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316263 is #CE9D9C. Grayscale: #535353. Windows color (decimal): -13540765 or 6513201. OLE color: 6513201.

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

Color convert

RGB499899-
CMYK0.510.0100.61
HSL181.2º33.78%29.02%-
HSV(B)181.2º50.51%38.82%-
XYZ7.8910.2913.37-
YUV83.46136.77103.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.92%
GREEN value IS 98 (38.67% from 255) = 39.84%
BLUE value IS 99 (39.06% from 255) = 40.24%
R=19.92%
G=39.84%
B=40.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4998990.510.0100.61181.233.7829.02
Hex31626333103Db5221d
Octal611421436310752654235
Binary11000111000101100011110011101111011011010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316263; }

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

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

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

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

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

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

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

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