#316165

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

Shades of Oracle #316165

Tints of Oracle #316165

Color information

#316165 (or 0x316165) is unknown color: approx Oracle. HEX triplet: 31, 61 and 65. RGB value is (49,97,101). Sum of RGB (Red+Green+Blue) = 49+97+101=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #316165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316165 is #CE9E9A. Grayscale: #535353. Windows color (decimal): -13541019 or 6644017. OLE color: 6644017.

HSL color Cylindrical-coordinate representation of color #316165: hue angle of 184.62º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316165 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4997101-
CMYK0.510.0400.60
HSL184.62º34.67%29.41%-
HSV(B)184.62º51.49%39.61%-
XYZ7.8910.1413.85-
YUV83.1138.1103.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.84%
GREEN value IS 97 (38.28% from 255) = 39.27%
BLUE value IS 101 (39.84% from 255) = 40.89%
R=19.84%
G=39.27%
B=40.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49971010.510.0400.60184.6234.6729.41
Hex31616533403Cb9231d
Octal611411456340742714335
Binary1100011100001110010111001110001111001011100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316165; }

 p { color: rgb(49,97,101); }

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

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

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

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

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

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

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