#316465

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

Shades of Oracle #316465

Tints of Oracle #316465

Color information

#316465 (or 0x316465) is unknown color: approx Oracle. HEX triplet: 31, 64 and 65. RGB value is (49,100,101). Sum of RGB (Red+Green+Blue) = 49+100+101=250 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.6% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 101 - color contains mainly: blue. Hex color #316465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316465 is #CE9B9A. Grayscale: #545454. Windows color (decimal): -13540251 or 6644785. OLE color: 6644785.

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

Color convert

RGB49100101-
CMYK0.510.0100.60
HSL181.15º34.67%29.41%-
HSV(B)181.15º51.49%39.61%-
XYZ8.1710.7113.95-
YUV84.86137.1102.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.6%
GREEN value IS 100 (39.45% from 255) = 40%
BLUE value IS 101 (39.84% from 255) = 40.4%
R=19.6%
G=40%
B=40.4%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal491001010.510.0100.60181.1534.6729.41
Hex31646533103Cb5231d
Octal611441456310742654335
Binary11000111001001100101110011101111001011010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316465; }

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

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

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

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

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

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

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

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