#2E565A

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

Shades of Oracle #2E565A

Tints of Oracle #2E565A

Color information

#2E565A (or 0x2E565A) is unknown color: approx Oracle. HEX triplet: 2E, 56 and 5A. RGB value is (46,86,90). Sum of RGB (Red+Green+Blue) = 46+86+90=222 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.72% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 90 - color contains mainly: blue. Hex color #2E565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E565A is #D1A9A5. Grayscale: #4A4A4A. Windows color (decimal): -13740454 or 5920302. OLE color: 5920302.

HSL color Cylindrical-coordinate representation of color #2E565A: hue angle of 185.45º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E565A is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB468690-
CMYK0.490.0400.65
HSL185.45º32.35%26.67%-
HSV(B)185.45º48.89%35.29%-
XYZ6.37.9710.88-
YUV74.5136.75107.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.72%
GREEN value IS 86 (33.98% from 255) = 38.74%
BLUE value IS 90 (35.55% from 255) = 40.54%
R=20.72%
G=38.74%
B=40.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4686900.490.0400.65185.4532.3526.67
Hex2E565A314041b9201b
Octal5612613261401012714033
Binary10111010101101011010110001100010000011011100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,86,90); }

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

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

 a { background-color: rgb(46,86,90); }

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

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

 span { border-color: rgb(46,86,90); }

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