#3E615C

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

Shades of Oracle #3E615C

Tints of Oracle #3E615C

Color information

#3E615C (or 0x3E615C) is unknown color: approx Oracle. HEX triplet: 3E, 61 and 5C. RGB value is (62,97,92). Sum of RGB (Red+Green+Blue) = 62+97+92=251 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.70% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 97 - color contains mainly: green. Hex color #3E615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E615C is #C19EA3. Grayscale: #555555. Windows color (decimal): -12689060 or 6054206. OLE color: 6054206.

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

Color convert

RGB629792-
CMYK0.3600.050.62
HSL171.43º22.01%31.18%-
HSV(B)171.43º36.08%38.04%-
XYZ8.1910.3511.69-
YUV85.96131.4110.91-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.70%
GREEN value IS 97 (38.28% from 255) = 38.65%
BLUE value IS 92 (36.33% from 255) = 36.65%
R=24.70%
G=38.65%
B=36.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6297920.3600.050.62171.4322.0131.18
Hex3E615C24053Eab161f
Octal761411344405762532637
Binary111110110000110111001001000101111110101010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,97,92); }

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

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

 a { background-color: rgb(62,97,92); }

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

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

 span { border-color: rgb(62,97,92); }

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