#31585E

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

Shades of Oracle #31585E

Tints of Oracle #31585E

Color information

#31585E (or 0x31585E) is unknown color: approx Oracle. HEX triplet: 31, 58 and 5E. RGB value is (49,88,94). Sum of RGB (Red+Green+Blue) = 49+88+94=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 94 - color contains mainly: blue. Hex color #31585E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31585E is #CEA7A1. Grayscale: #4C4C4C. Windows color (decimal): -13543330 or 6182961. OLE color: 6182961.

HSL color Cylindrical-coordinate representation of color #31585E: hue angle of 188º 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 #31585E is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB498894-
CMYK0.480.0600.63
HSL188º31.47%28.04%-
HSV(B)188º47.87%36.86%-
XYZ6.788.4411.86-
YUV77.02137.58108.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.21%
GREEN value IS 88 (34.77% from 255) = 38.10%
BLUE value IS 94 (37.11% from 255) = 40.69%
R=21.21%
G=38.10%
B=40.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4988940.480.0600.6318831.4728.04
Hex31585E30603Fbc1f1c
Octal611301366060772743734
Binary110001101100010111101100001100111111101111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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