Html Css Color HEX #3D5657 Oracle

📋 copy color: '#3D5657'

red 61 ◦ green 86 ◦ blue 87

#3D5657
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #3D5657

Tints of Oracle #3D5657

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 value IS 0.30

 M value IS 0.01

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3D5657 (or 0x3D5657) is known color: 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

RGB 61 86 87 -
CMYK 0.30 0.01 0 0.66
HSL 182.31º 0.18% 0.29% -
HSV(B) 182.31º 0.3% 0.34% -
XYZ 6.97 8.34 10.26 -
YUV 78.64 132.72 115.42 -
System Red Green Blue C M Y K H S L
Decimal 61 86 87 0.30 0.01 0 0.66 182.31 0.18 0.29
Hex 3D 56 57 1E 1 0 42 B6 12 1D
Octal 75 126 127 36 1 0 102 266 22 35
Binary 111101 1010110 1010111 11110 1 0 1000010 10110110 10010 11101

Color Harmonies of #3D5657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5657

Black with #3D5657

Text Example


Text Example

White with #3D5657

Text Example


Text Example

HTML Codes & Css Web 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>