#3E605D

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

Shades of Oracle #3E605D

Tints of Oracle #3E605D

Color information

#3E605D (or 0x3E605D) is unknown color: approx Oracle. HEX triplet: 3E, 60 and 5D. RGB value is (62,96,93). Sum of RGB (Red+Green+Blue) = 62+96+93=251 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.70% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 96 - color contains mainly: green. Hex color #3E605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E605D is #C19FA2. Grayscale: #555555. Windows color (decimal): -12689315 or 6119486. OLE color: 6119486.

HSL color Cylindrical-coordinate representation of color #3E605D: hue angle of 174.71º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E605D is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB629693-
CMYK0.3500.030.62
HSL174.71º21.52%30.98%-
HSV(B)174.71º35.42%37.65%-
XYZ8.1510.1811.89-
YUV85.49132.24111.24-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.70%
GREEN value IS 96 (37.89% from 255) = 38.25%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=24.70%
G=38.25%
B=37.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6296930.3500.030.62174.7121.5230.98
Hex3E605D23033Eaf161f
Octal761401354303762572637
Binary11111011000001011101100011011111110101011111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,96,93); }

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

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

 a { background-color: rgb(62,96,93); }

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

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

 span { border-color: rgb(62,96,93); }

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