#3B5966

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

Shades of San Juan #3B5966

Tints of San Juan #3B5966

Color information

#3B5966 (or 0x3B5966) is unknown color: approx San Juan. HEX triplet: 3B, 59 and 66. RGB value is (59,89,102). Sum of RGB (Red+Green+Blue) = 59+89+102=250 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.6% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 102 - color contains mainly: blue. Hex color #3B5966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5966 is #C4A699. Grayscale: #515151. Windows color (decimal): -12887706 or 6707515. OLE color: 6707515.

HSL color Cylindrical-coordinate representation of color #3B5966: hue angle of 198.14º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B5966 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5989102-
CMYK0.420.1300.6
HSL198.14º26.71%31.57%-
HSV(B)198.14º42.16%40%-
XYZ7.779.0313.9-
YUV81.51139.56111.94-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.6%
GREEN value IS 89 (35.16% from 255) = 35.6%
BLUE value IS 102 (40.23% from 255) = 40.8%
R=23.6%
G=35.6%
B=40.8%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal59891020.420.1300.6198.1426.7131.57
Hex3B59662AD03Cc61b20
Octal7313114652150743063340
Binary11101110110011100110101010110101111001100011011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,89,102); }

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

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

 a { background-color: rgb(59,89,102); }

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

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

 span { border-color: rgb(59,89,102); }

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