#3B5460

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

Shades of San Juan #3B5460

Tints of San Juan #3B5460

Color information

#3B5460 (or 0x3B5460) is unknown color: approx San Juan. HEX triplet: 3B, 54 and 60. RGB value is (59,84,96). Sum of RGB (Red+Green+Blue) = 59+84+96=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: blue. Hex color #3B5460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5460 is #C4AB9F. Grayscale: #4D4D4D. Windows color (decimal): -12888992 or 6313019. OLE color: 6313019.

HSL color Cylindrical-coordinate representation of color #3B5460: hue angle of 199.46º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B5460 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB598496-
CMYK0.390.1200.62
HSL199.46º23.87%30.39%-
HSV(B)199.46º38.54%37.65%-
XYZ7.098.1112.26-
YUV77.89138.22114.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.69%
GREEN value IS 84 (33.20% from 255) = 35.15%
BLUE value IS 96 (37.89% from 255) = 40.17%
R=24.69%
G=35.15%
B=40.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5984960.390.1200.62199.4623.8730.39
Hex3B546027C03Ec7181e
Octal7312414047140763073036
Binary1110111010100110000010011111000111110110001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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