#3A5461

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

Shades of San Juan #3A5461

Tints of San Juan #3A5461

Color information

#3A5461 (or 0x3A5461) is unknown color: approx San Juan. HEX triplet: 3A, 54 and 61. RGB value is (58,84,97). Sum of RGB (Red+Green+Blue) = 58+84+97=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 97 - color contains mainly: blue. Hex color #3A5461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5461 is #C5AB9E. Grayscale: #4D4D4D. Windows color (decimal): -12954527 or 6378554. OLE color: 6378554.

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

Color convert

RGB588497-
CMYK0.400.1300.62
HSL200º25.16%30.39%-
HSV(B)200º40.21%38.04%-
XYZ7.078.112.5-
YUV77.71138.89113.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.27%
GREEN value IS 84 (33.20% from 255) = 35.15%
BLUE value IS 97 (38.28% from 255) = 40.59%
R=24.27%
G=35.15%
B=40.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5884970.400.1300.6220025.1630.39
Hex3A546128D03Ec8191e
Octal7212414150150763103136
Binary1110101010100110000110100011010111110110010001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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