#2E585D

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

Shades of Oracle #2E585D

Tints of Oracle #2E585D

Color information

#2E585D (or 0x2E585D) is unknown color: approx Oracle. HEX triplet: 2E, 58 and 5D. RGB value is (46,88,93). Sum of RGB (Red+Green+Blue) = 46+88+93=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #2E585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E585D is #D1A7A2. Grayscale: #4B4B4B. Windows color (decimal): -13739939 or 6117422. OLE color: 6117422.

HSL color Cylindrical-coordinate representation of color #2E585D: hue angle of 186.38º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E585D is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB468893-
CMYK0.510.0500.64
HSL186.38º33.81%27.25%-
HSV(B)186.38º50.54%36.47%-
XYZ6.598.3511.62-
YUV76.01137.59106.59-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.26%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 93 (36.72% from 255) = 40.97%
R=20.26%
G=38.77%
B=40.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4688930.510.0500.64186.3833.8127.25
Hex2E585D335040ba221b
Octal5613013563501002724233
Binary10111010110001011101110011101010000001011101010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E585D; }

 p { color: rgb(46,88,93); }

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

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

 a { background-color: rgb(46,88,93); }

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

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

 span { border-color: rgb(46,88,93); }

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