#3A615D

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

Shades of Oracle #3A615D

Tints of Oracle #3A615D

Color information

#3A615D (or 0x3A615D) is unknown color: approx Oracle. HEX triplet: 3A, 61 and 5D. RGB value is (58,97,93). Sum of RGB (Red+Green+Blue) = 58+97+93=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 97 - color contains mainly: green. Hex color #3A615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A615D is #C59EA2. Grayscale: #545454. Windows color (decimal): -12951203 or 6119738. OLE color: 6119738.

HSL color Cylindrical-coordinate representation of color #3A615D: hue angle of 173.85º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A615D is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB589793-
CMYK0.4000.040.62
HSL173.85º25.16%30.39%-
HSV(B)173.85º40.21%38.04%-
XYZ810.2411.91-
YUV84.88132.58108.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.39%
GREEN value IS 97 (38.28% from 255) = 39.11%
BLUE value IS 93 (36.72% from 255) = 37.5%
R=23.39%
G=39.11%
B=37.5%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5897930.4000.040.62173.8525.1630.39
Hex3A615D28043Eae191e
Octal721411355004762563136
Binary111010110000110111011010000100111110101011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,97,93); }

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

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

 a { background-color: rgb(58,97,93); }

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

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

 span { border-color: rgb(58,97,93); }

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