#3A5766

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

Shades of San Juan #3A5766

Tints of San Juan #3A5766

Color information

#3A5766 (or 0x3A5766) is unknown color: approx San Juan. HEX triplet: 3A, 57 and 66. RGB value is (58,87,102). Sum of RGB (Red+Green+Blue) = 58+87+102=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 102 - color contains mainly: blue. Hex color #3A5766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5766 is #C5A899. Grayscale: #4F4F4F. Windows color (decimal): -12953754 or 6707002. OLE color: 6707002.

HSL color Cylindrical-coordinate representation of color #3A5766: hue angle of 200.45º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A5766 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5887102-
CMYK0.430.1500.6
HSL200.45º27.5%31.37%-
HSV(B)200.45º43.14%40%-
XYZ7.558.6813.85-
YUV80.04140.39112.28-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.48%
GREEN value IS 87 (34.38% from 255) = 35.22%
BLUE value IS 102 (40.23% from 255) = 41.30%
R=23.48%
G=35.22%
B=41.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal58871020.430.1500.6200.4527.531.37
Hex3A57662BF03Cc81c1f
Octal7212714653170743103437
Binary1110101010111110011010101111110111100110010001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,87,102); }

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

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

 a { background-color: rgb(58,87,102); }

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

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

 span { border-color: rgb(58,87,102); }

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