#3D5566

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

Shades of San Juan #3D5566

Tints of San Juan #3D5566

Color information

#3D5566 (or 0x3D5566) is unknown color: approx San Juan. HEX triplet: 3D, 55 and 66. RGB value is (61,85,102). Sum of RGB (Red+Green+Blue) = 61+85+102=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 102 - color contains mainly: blue. Hex color #3D5566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5566 is #C2AA99. Grayscale: #4F4F4F. Windows color (decimal): -12757658 or 6706493. OLE color: 6706493.

HSL color Cylindrical-coordinate representation of color #3D5566: hue angle of 204.88º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D5566 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6185102-
CMYK0.400.1700.6
HSL204.88º25.15%31.96%-
HSV(B)204.88º40.2%40%-
XYZ7.578.4513.8-
YUV79.76140.55114.62-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.60%
GREEN value IS 85 (33.59% from 255) = 34.27%
BLUE value IS 102 (40.23% from 255) = 41.13%
R=24.60%
G=34.27%
B=41.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal61851020.400.1700.6204.8825.1531.96
Hex3D5566281103Ccd1920
Octal7512514650210743153140
Binary111101101010111001101010001000101111001100110111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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