#316566

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

Shades of Oracle #316566

Tints of Oracle #316566

Color information

#316566 (or 0x316566) is unknown color: approx Oracle. HEX triplet: 31, 65 and 66. RGB value is (49,101,102). Sum of RGB (Red+Green+Blue) = 49+101+102=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 102 - color contains mainly: blue. Hex color #316566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316566 is #CE9A99. Grayscale: #555555. Windows color (decimal): -13539994 or 6710577. OLE color: 6710577.

HSL color Cylindrical-coordinate representation of color #316566: hue angle of 181.13º 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 #316566 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB49101102-
CMYK0.520.0100.6
HSL181.13º35.1%29.61%-
HSV(B)181.13º51.96%40%-
XYZ8.3210.9214.24-
YUV85.57137.27101.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 101 (39.84% from 255) = 40.08%
BLUE value IS 102 (40.23% from 255) = 40.48%
R=19.44%
G=40.08%
B=40.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal491011020.520.0100.6181.1335.129.61
Hex31656634103Cb5231e
Octal611451466410742654336
Binary11000111001011100110110100101111001011010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316566; }

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

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

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

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

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

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

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

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