#316266

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

Shades of Oracle #316266

Tints of Oracle #316266

Color information

#316266 (or 0x316266) is unknown color: approx Oracle. HEX triplet: 31, 62 and 66. RGB value is (49,98,102). Sum of RGB (Red+Green+Blue) = 49+98+102=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 102 - color contains mainly: blue. Hex color #316266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316266 is #CE9D99. Grayscale: #535353. Windows color (decimal): -13540762 or 6709809. OLE color: 6709809.

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

Color convert

RGB4998102-
CMYK0.520.0400.6
HSL184.53º35.1%29.61%-
HSV(B)184.53º51.96%40%-
XYZ8.0310.3514.14-
YUV83.8138.27103.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.68%
GREEN value IS 98 (38.67% from 255) = 39.36%
BLUE value IS 102 (40.23% from 255) = 40.96%
R=19.68%
G=39.36%
B=40.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49981020.520.0400.6184.5335.129.61
Hex31626634403Cb9231e
Octal611421466440742714336
Binary1100011100010110011011010010001111001011100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316266; }

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

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

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

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

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

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

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

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