#3B5766

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

Shades of San Juan #3B5766

Tints of San Juan #3B5766

Color information

#3B5766 (or 0x3B5766) is unknown color: approx San Juan. HEX triplet: 3B, 57 and 66. RGB value is (59,87,102). Sum of RGB (Red+Green+Blue) = 59+87+102=248 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.79% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 102 - color contains mainly: blue. Hex color #3B5766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5766 is #C4A899. Grayscale: #505050. Windows color (decimal): -12888218 or 6707003. OLE color: 6707003.

HSL color Cylindrical-coordinate representation of color #3B5766: hue angle of 200.93º 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 #3B5766 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5987102-
CMYK0.420.1500.6
HSL200.93º26.71%31.57%-
HSV(B)200.93º42.16%40%-
XYZ7.618.7113.85-
YUV80.34140.22112.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.79%
GREEN value IS 87 (34.38% from 255) = 35.08%
BLUE value IS 102 (40.23% from 255) = 41.13%
R=23.79%
G=35.08%
B=41.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal59871020.420.1500.6200.9326.7131.57
Hex3B57662AF03Cc91b20
Octal7312714652170743113340
Binary11101110101111100110101010111101111001100100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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