#3D5966

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

Shades of San Juan #3D5966

Tints of San Juan #3D5966

Color information

#3D5966 (or 0x3D5966) is unknown color: approx San Juan. HEX triplet: 3D, 59 and 66. RGB value is (61,89,102). Sum of RGB (Red+Green+Blue) = 61+89+102=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 102 - color contains mainly: blue. Hex color #3D5966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5966 is #C2A699. Grayscale: #525252. Windows color (decimal): -12756634 or 6707517. OLE color: 6707517.

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

Color convert

RGB6189102-
CMYK0.400.1300.6
HSL199.02º25.15%31.96%-
HSV(B)199.02º40.2%40%-
XYZ7.99.113.91-
YUV82.11139.22112.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.21%
GREEN value IS 89 (35.16% from 255) = 35.32%
BLUE value IS 102 (40.23% from 255) = 40.48%
R=24.21%
G=35.32%
B=40.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal61891020.400.1300.6199.0225.1531.96
Hex3D596628D03Cc71920
Octal7513114650150743073140
Binary11110110110011100110101000110101111001100011111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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