#3D5657

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

Shades of Oracle #3D5657

Tints of Oracle #3D5657

Color information

#3D5657 (or 0x3D5657) is unknown color: approx Oracle. HEX triplet: 3D, 56 and 57. RGB value is (61,86,87). Sum of RGB (Red+Green+Blue) = 61+86+87=234 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.07% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 87 - color contains mainly: blue. Hex color #3D5657 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5657 is #C2A9A8. Grayscale: #4E4E4E. Windows color (decimal): -12757417 or 5723709. OLE color: 5723709.

HSL color Cylindrical-coordinate representation of color #3D5657: hue angle of 182.31º 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 #3D5657 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB618687-
CMYK0.300.0100.66
HSL182.31º17.57%29.02%-
HSV(B)182.31º29.89%34.12%-
XYZ6.978.3410.26-
YUV78.64132.72115.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.07%
GREEN value IS 86 (33.98% from 255) = 36.75%
BLUE value IS 87 (34.38% from 255) = 37.18%
R=26.07%
G=36.75%
B=37.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6186870.300.0100.66182.3117.5729.02
Hex3D56571E1042b6121d
Octal7512612736101022662235
Binary1111011010110101011111110101000010101101101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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