#3B5565

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

Shades of San Juan #3B5565

Tints of San Juan #3B5565

Color information

#3B5565 (or 0x3B5565) is unknown color: approx San Juan. HEX triplet: 3B, 55 and 65. RGB value is (59,85,101). Sum of RGB (Red+Green+Blue) = 59+85+101=245 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.08% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 101 (39.84% from 255 or 41.22% from 245); Max value from RGB is 101 - color contains mainly: blue. Hex color #3B5565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5565 is #C4AA9A. Grayscale: #4E4E4E. Windows color (decimal): -12888731 or 6640955. OLE color: 6640955.

HSL color Cylindrical-coordinate representation of color #3B5565: hue angle of 202.86º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B5565 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5985101-
CMYK0.420.1600.60
HSL202.86º26.25%31.37%-
HSV(B)202.86º41.58%39.61%-
XYZ7.48.3713.54-
YUV79.05140.39113.7-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.08%
GREEN value IS 85 (33.59% from 255) = 34.69%
BLUE value IS 101 (39.84% from 255) = 41.22%
R=24.08%
G=34.69%
B=41.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal59851010.420.1600.60202.8626.2531.37
Hex3B55652A1003Ccb1a1f
Octal7312514552200743133237
Binary11101110101011100101101010100000111100110010111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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