#31585B

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

Shades of Oracle #31585B

Tints of Oracle #31585B

Color information

#31585B (or 0x31585B) is unknown color: approx Oracle. HEX triplet: 31, 58 and 5B. RGB value is (49,88,91). Sum of RGB (Red+Green+Blue) = 49+88+91=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 91 - color contains mainly: blue. Hex color #31585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31585B is #CEA7A4. Grayscale: #4C4C4C. Windows color (decimal): -13543333 or 5986353. OLE color: 5986353.

HSL color Cylindrical-coordinate representation of color #31585B: hue angle of 184.29º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31585B is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB498891-
CMYK0.460.0300.64
HSL184.29º30%27.45%-
HSV(B)184.29º46.15%35.69%-
XYZ6.648.3911.17-
YUV76.68136.08108.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.49%
GREEN value IS 88 (34.77% from 255) = 38.60%
BLUE value IS 91 (35.94% from 255) = 39.91%
R=21.49%
G=38.60%
B=39.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4988910.460.0300.64184.293027.45
Hex31585B2E3040b81e1b
Octal6113013356301002703633
Binary110001101100010110111011101101000000101110001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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