#3E5B58

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

Shades of Oracle #3E5B58

Tints of Oracle #3E5B58

Color information

#3E5B58 (or 0x3E5B58) is unknown color: approx Oracle. HEX triplet: 3E, 5B and 58. RGB value is (62,91,88). Sum of RGB (Red+Green+Blue) = 62+91+88=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 91 - color contains mainly: green. Hex color #3E5B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5B58 is #C1A4A7. Grayscale: #515151. Windows color (decimal): -12690600 or 5790526. OLE color: 5790526.

HSL color Cylindrical-coordinate representation of color #3E5B58: hue angle of 173.79º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3E5B58 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.

Color convert

RGB629188-
CMYK0.3200.030.64
HSL173.79º18.95%30%-
HSV(B)173.79º31.87%35.69%-
XYZ7.499.2110.62-
YUV81.99131.39113.74-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.73%
GREEN value IS 91 (35.94% from 255) = 37.76%
BLUE value IS 88 (34.77% from 255) = 36.51%
R=25.73%
G=37.76%
B=36.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6291880.3200.030.64173.7918.9530
Hex3E5B58200340ae131e
Octal7613313040031002562336
Binary111110101101110110001000000111000000101011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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