#316463

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

Shades of Oracle #316463

Tints of Oracle #316463

Color information

#316463 (or 0x316463) is unknown color: approx Oracle. HEX triplet: 31, 64 and 63. RGB value is (49,100,99). Sum of RGB (Red+Green+Blue) = 49+100+99=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 100 - color contains mainly: green. Hex color #316463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316463 is #CE9B9C. Grayscale: #545454. Windows color (decimal): -13540253 or 6513713. OLE color: 6513713.

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

Color convert

RGB4910099-
CMYK0.5100.010.61
HSL178.82º34.23%29.22%-
HSV(B)178.82º51%39.22%-
XYZ8.0810.6713.44-
YUV84.64136.1102.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.76%
GREEN value IS 100 (39.45% from 255) = 40.32%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=19.76%
G=40.32%
B=39.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49100990.5100.010.61178.8234.2329.22
Hex31646333013Db3221d
Octal611441436301752634235
Binary11000111001001100011110011011111011011001110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316463; }

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

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

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

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

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

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

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

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