#316064

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

Shades of Oracle #316064

Tints of Oracle #316064

Color information

#316064 (or 0x316064) is unknown color: approx Oracle. HEX triplet: 31, 60 and 64. RGB value is (49,96,100). Sum of RGB (Red+Green+Blue) = 49+96+100=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 100 - color contains mainly: blue. Hex color #316064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316064 is #CE9F9B. Grayscale: #525252. Windows color (decimal): -13541276 or 6578225. OLE color: 6578225.

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

Color convert

RGB4996100-
CMYK0.510.0400.61
HSL184.71º34.23%29.22%-
HSV(B)184.71º51%39.22%-
XYZ7.759.9413.57-
YUV82.4137.93104.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 100 (39.45% from 255) = 40.82%
R=20%
G=39.18%
B=40.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49961000.510.0400.61184.7134.2329.22
Hex31606433403Db9221d
Octal611401446340752714235
Binary1100011100000110010011001110001111011011100110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316064; }

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

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

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

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

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

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

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

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