#2E5E5C

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

Shades of Oracle #2E5E5C

Tints of Oracle #2E5E5C

Color information

#2E5E5C (or 0x2E5E5C) is unknown color: approx Oracle. HEX triplet: 2E, 5E and 5C. RGB value is (46,94,92). Sum of RGB (Red+Green+Blue) = 46+94+92=232 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.83% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 94 - color contains mainly: green. Hex color #2E5E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5E5C is #D1A1A3. Grayscale: #4F4F4F. Windows color (decimal): -13738404 or 6053422. OLE color: 6053422.

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

Color convert

RGB469492-
CMYK0.5100.020.63
HSL177.5º34.29%27.45%-
HSV(B)177.5º51.06%36.86%-
XYZ7.069.3611.56-
YUV79.42135.1104.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 19.83%
GREEN value IS 94 (37.11% from 255) = 40.52%
BLUE value IS 92 (36.33% from 255) = 39.66%
R=19.83%
G=40.52%
B=39.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4694920.5100.020.63177.534.2927.45
Hex2E5E5C33023Fb2221b
Octal561361346302772624233
Binary101110101111010111001100110101111111011001010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,94,92); }

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

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

 a { background-color: rgb(46,94,92); }

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

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

 span { border-color: rgb(46,94,92); }

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