#3A5460

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

Shades of San Juan #3A5460

Tints of San Juan #3A5460

Color information

#3A5460 (or 0x3A5460) is unknown color: approx San Juan. HEX triplet: 3A, 54 and 60. RGB value is (58,84,96). Sum of RGB (Red+Green+Blue) = 58+84+96=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 96 - color contains mainly: blue. Hex color #3A5460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5460 is #C5AB9F. Grayscale: #4D4D4D. Windows color (decimal): -12954528 or 6313018. OLE color: 6313018.

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

Color convert

RGB588496-
CMYK0.400.1200.62
HSL198.95º24.68%30.2%-
HSV(B)198.95º39.58%37.65%-
XYZ7.038.0812.26-
YUV77.59138.39114.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.37%
GREEN value IS 84 (33.20% from 255) = 35.29%
BLUE value IS 96 (37.89% from 255) = 40.34%
R=24.37%
G=35.29%
B=40.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5884960.400.1200.62198.9524.6830.2
Hex3A546028C03Ec7191e
Octal7212414050140763073136
Binary1110101010100110000010100011000111110110001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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