#3E5759

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

Shades of Oracle #3E5759

Tints of Oracle #3E5759

Color information

#3E5759 (or 0x3E5759) is unknown color: approx Oracle. HEX triplet: 3E, 57 and 59. RGB value is (62,87,89). Sum of RGB (Red+Green+Blue) = 62+87+89=238 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.05% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 89 - color contains mainly: blue. Hex color #3E5759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5759 is #C1A8A6. Grayscale: #4F4F4F. Windows color (decimal): -12691623 or 5855038. OLE color: 5855038.

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

Color convert

RGB628789-
CMYK0.300.0200.65
HSL184.44º17.88%29.61%-
HSV(B)184.44º30.34%34.9%-
XYZ7.28.5610.72-
YUV79.75133.22115.34-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.05%
GREEN value IS 87 (34.38% from 255) = 36.55%
BLUE value IS 89 (35.16% from 255) = 37.39%
R=26.05%
G=36.55%
B=37.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6287890.300.0200.65184.4417.8829.61
Hex3E57591E2041b8121e
Octal7612713136201012702236
Binary11111010101111011001111101001000001101110001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,87,89); }

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

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

 a { background-color: rgb(62,87,89); }

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

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

 span { border-color: rgb(62,87,89); }

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