#3E585A

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

Shades of Oracle #3E585A

Tints of Oracle #3E585A

Color information

#3E585A (or 0x3E585A) is unknown color: approx Oracle. HEX triplet: 3E, 58 and 5A. RGB value is (62,88,90). Sum of RGB (Red+Green+Blue) = 62+88+90=240 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.83% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 90 - color contains mainly: blue. Hex color #3E585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E585A is #C1A7A5. Grayscale: #505050. Windows color (decimal): -12691366 or 5920830. OLE color: 5920830.

HSL color Cylindrical-coordinate representation of color #3E585A: hue angle of 184.29º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3E585A is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB628890-
CMYK0.310.0200.65
HSL184.29º18.42%29.8%-
HSV(B)184.29º31.11%35.29%-
XYZ7.328.7410.97-
YUV80.45133.39114.84-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.83%
GREEN value IS 88 (34.77% from 255) = 36.67%
BLUE value IS 90 (35.55% from 255) = 37.5%
R=25.83%
G=36.67%
B=37.5%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6288900.310.0200.65184.2918.4229.8
Hex3E585A1F2041b8121e
Octal7613013237201012702236
Binary11111010110001011010111111001000001101110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E585A; }

 p { color: rgb(62,88,90); }

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

<style>
 a { background-color: #3E585A; }

 a { background-color: rgb(62,88,90); }

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

<style>
 span { border-color: #3E585A; }

 span { border-color: rgb(62,88,90); }

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