#31595E

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

Shades of Oracle #31595E

Tints of Oracle #31595E

Color information

#31595E (or 0x31595E) is unknown color: approx Oracle. HEX triplet: 31, 59 and 5E. RGB value is (49,89,94). Sum of RGB (Red+Green+Blue) = 49+89+94=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 94 - color contains mainly: blue. Hex color #31595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31595E is #CEA6A1. Grayscale: #4D4D4D. Windows color (decimal): -13543074 or 6183217. OLE color: 6183217.

HSL color Cylindrical-coordinate representation of color #31595E: hue angle of 186.67º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31595E is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB498994-
CMYK0.480.0500.63
HSL186.67º31.47%28.04%-
HSV(B)186.67º47.87%36.86%-
XYZ6.868.6111.89-
YUV77.61137.25107.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.12%
GREEN value IS 89 (35.16% from 255) = 38.36%
BLUE value IS 94 (37.11% from 255) = 40.52%
R=21.12%
G=38.36%
B=40.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4989940.480.0500.63186.6731.4728.04
Hex31595E30503Fbb1f1c
Octal611311366050772733734
Binary110001101100110111101100001010111111101110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31595E; }

 p { color: rgb(49,89,94); }

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

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

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

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

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

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

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