#316565

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

Shades of Oracle #316565

Tints of Oracle #316565

Color information

#316565 (or 0x316565) is unknown color: approx Oracle. HEX triplet: 31, 65 and 65. RGB value is (49,101,101). Sum of RGB (Red+Green+Blue) = 49+101+101=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #316565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316565 is #CE9A9A. Grayscale: #555555. Windows color (decimal): -13539995 or 6645041. OLE color: 6645041.

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

Color convert

RGB49101101-
CMYK0.51000.60
HSL180º34.67%29.41%-
HSV(B)180º51.49%39.61%-
XYZ8.2710.913.98-
YUV85.45136.77102-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.52%
GREEN value IS 101 (39.84% from 255) = 40.24%
BLUE value IS 101 (39.84% from 255) = 40.24%
R=19.52%
G=40.24%
B=40.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal491011010.51000.6018034.6729.41
Hex31656533003Cb4231d
Octal611451456300742644335
Binary11000111001011100101110011001111001011010010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316565; }

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

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

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

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

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

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

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

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