#3D5560

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

Shades of San Juan #3D5560

Tints of San Juan #3D5560

Color information

#3D5560 (or 0x3D5560) is unknown color: approx San Juan. HEX triplet: 3D, 55 and 60. RGB value is (61,85,96). Sum of RGB (Red+Green+Blue) = 61+85+96=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 96 - color contains mainly: blue. Hex color #3D5560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5560 is #C2AA9F. Grayscale: #4F4F4F. Windows color (decimal): -12757664 or 6313277. OLE color: 6313277.

HSL color Cylindrical-coordinate representation of color #3D5560: hue angle of 198.86º 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 #3D5560 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB618596-
CMYK0.360.1100.62
HSL198.86º22.29%30.78%-
HSV(B)198.86º36.46%37.65%-
XYZ7.288.3312.29-
YUV79.08137.55115.11-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.21%
GREEN value IS 85 (33.59% from 255) = 35.12%
BLUE value IS 96 (37.89% from 255) = 39.67%
R=25.21%
G=35.12%
B=39.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6185960.360.1100.62198.8622.2930.78
Hex3D556024B03Ec7161f
Octal7512514044130763072637
Binary1111011010101110000010010010110111110110001111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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