#3D5557

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

Shades of Oracle #3D5557

Tints of Oracle #3D5557

Color information

#3D5557 (or 0x3D5557) is unknown color: approx Oracle. HEX triplet: 3D, 55 and 57. RGB value is (61,85,87). Sum of RGB (Red+Green+Blue) = 61+85+87=233 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.18% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 87 - color contains mainly: blue. Hex color #3D5557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5557 is #C2AAA8. Grayscale: #4E4E4E. Windows color (decimal): -12757673 or 5723453. OLE color: 5723453.

HSL color Cylindrical-coordinate representation of color #3D5557: hue angle of 184.62º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3D5557 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB618587-
CMYK0.300.0200.66
HSL184.62º17.57%29.02%-
HSV(B)184.62º29.89%34.12%-
XYZ6.898.1810.23-
YUV78.05133.05115.84-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.18%
GREEN value IS 85 (33.59% from 255) = 36.48%
BLUE value IS 87 (34.38% from 255) = 37.34%
R=26.18%
G=36.48%
B=37.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6185870.300.0200.66184.6217.5729.02
Hex3D55571E2042b9121d
Octal7512512736201022712235
Binary11110110101011010111111101001000010101110011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,85,87); }

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

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

 a { background-color: rgb(61,85,87); }

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

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

 span { border-color: rgb(61,85,87); }

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