#3D5460

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

Shades of San Juan #3D5460

Tints of San Juan #3D5460

Color information

#3D5460 (or 0x3D5460) is unknown color: approx San Juan. HEX triplet: 3D, 54 and 60. RGB value is (61,84,96). Sum of RGB (Red+Green+Blue) = 61+84+96=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #3D5460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5460 is #C2AB9F. Grayscale: #4E4E4E. Windows color (decimal): -12757920 or 6313021. OLE color: 6313021.

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

Color convert

RGB618496-
CMYK0.360.1200.62
HSL200.57º22.29%30.78%-
HSV(B)200.57º36.46%37.65%-
XYZ7.218.1812.26-
YUV78.49137.88115.52-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.31%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=25.31%
G=34.85%
B=39.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6184960.360.1200.62200.5722.2930.78
Hex3D546024C03Ec9161f
Octal7512414044140763112637
Binary1111011010100110000010010011000111110110010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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