#3D5565

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

Shades of San Juan #3D5565

Tints of San Juan #3D5565

Color information

#3D5565 (or 0x3D5565) is unknown color: approx San Juan. HEX triplet: 3D, 55 and 65. RGB value is (61,85,101). Sum of RGB (Red+Green+Blue) = 61+85+101=247 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.70% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #3D5565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5565 is #C2AA9A. Grayscale: #4F4F4F. Windows color (decimal): -12757659 or 6640957. OLE color: 6640957.

HSL color Cylindrical-coordinate representation of color #3D5565: hue angle of 204º 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 #3D5565 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6185101-
CMYK0.400.1600.60
HSL204º24.69%31.76%-
HSV(B)204º39.6%39.61%-
XYZ7.528.4313.54-
YUV79.65140.05114.7-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.70%
GREEN value IS 85 (33.59% from 255) = 34.41%
BLUE value IS 101 (39.84% from 255) = 40.89%
R=24.70%
G=34.41%
B=40.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal61851010.400.1600.6020424.6931.76
Hex3D5565281003Ccc1920
Octal7512514550200743143140
Binary111101101010111001011010001000001111001100110011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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