#2E6263

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

Shades of Oracle #2E6263

Tints of Oracle #2E6263

Color information

#2E6263 (or 0x2E6263) is unknown color: approx Oracle. HEX triplet: 2E, 62 and 63. RGB value is (46,98,99). Sum of RGB (Red+Green+Blue) = 46+98+99=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 99 - color contains mainly: blue. Hex color #2E6263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E6263 is #D19D9C. Grayscale: #525252. Windows color (decimal): -13737373 or 6513198. OLE color: 6513198.

HSL color Cylindrical-coordinate representation of color #2E6263: hue angle of 181.13º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E6263 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB469899-
CMYK0.540.0100.61
HSL181.13º36.55%28.43%-
HSV(B)181.13º53.54%38.82%-
XYZ7.7510.2213.37-
YUV82.57137.27101.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.93%
GREEN value IS 98 (38.67% from 255) = 40.33%
BLUE value IS 99 (39.06% from 255) = 40.74%
R=18.93%
G=40.33%
B=40.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4698990.540.0100.61181.1336.5528.43
Hex2E626336103Db5251c
Octal561421436610752654534
Binary10111011000101100011110110101111011011010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,98,99); }

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

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

 a { background-color: rgb(46,98,99); }

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

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

 span { border-color: rgb(46,98,99); }

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