#316063

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

Shades of Oracle #316063

Tints of Oracle #316063

Color information

#316063 (or 0x316063) is unknown color: approx Oracle. HEX triplet: 31, 60 and 63. RGB value is (49,96,99). Sum of RGB (Red+Green+Blue) = 49+96+99=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #316063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316063 is #CE9F9C. Grayscale: #525252. Windows color (decimal): -13541277 or 6512689. OLE color: 6512689.

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

Color convert

RGB499699-
CMYK0.510.0300.61
HSL183.6º33.78%29.02%-
HSV(B)183.6º50.51%38.82%-
XYZ7.79.9213.31-
YUV82.29137.43104.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 99 (39.06% from 255) = 40.57%
R=20.08%
G=39.34%
B=40.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4996990.510.0300.61183.633.7829.02
Hex31606333303Db8221d
Octal611401436330752704235
Binary110001110000011000111100111101111011011100010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316063; }

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

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

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

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

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

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

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

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