#316265

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

Shades of Oracle #316265

Tints of Oracle #316265

Color information

#316265 (or 0x316265) is unknown color: approx Oracle. HEX triplet: 31, 62 and 65. RGB value is (49,98,101). Sum of RGB (Red+Green+Blue) = 49+98+101=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 101 - color contains mainly: blue. Hex color #316265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316265 is #CE9D9A. Grayscale: #535353. Windows color (decimal): -13540763 or 6644273. OLE color: 6644273.

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

Color convert

RGB4998101-
CMYK0.510.0300.60
HSL183.46º34.67%29.41%-
HSV(B)183.46º51.49%39.61%-
XYZ7.9810.3313.88-
YUV83.69137.77103.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.76%
GREEN value IS 98 (38.67% from 255) = 39.52%
BLUE value IS 101 (39.84% from 255) = 40.73%
R=19.76%
G=39.52%
B=40.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49981010.510.0300.60183.4634.6729.41
Hex31626533303Cb7231d
Octal611421456330742674335
Binary110001110001011001011100111101111001011011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316265; }

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

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

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

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

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

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

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

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