#3E5A58

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

Shades of Oracle #3E5A58

Tints of Oracle #3E5A58

Color information

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

HSL color Cylindrical-coordinate representation of color #3E5A58: hue angle of 175.71º 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 #3E5A58 is Cyan = 0.31, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB629088-
CMYK0.3100.020.65
HSL175.71º18.42%29.8%-
HSV(B)175.71º31.11%35.29%-
XYZ7.49.0410.59-
YUV81.4131.72114.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6290880.3100.020.65175.7118.4229.8
Hex3E5A581F0241b0121e
Octal7613213037021012602236
Binary11111010110101011000111110101000001101100001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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