#3C5669

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

Shades of San Juan #3C5669

Tints of San Juan #3C5669

Color information

#3C5669 (or 0x3C5669) is unknown color: approx San Juan. HEX triplet: 3C, 56 and 69. RGB value is (60,86,105). Sum of RGB (Red+Green+Blue) = 60+86+105=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 105 - color contains mainly: blue. Hex color #3C5669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5669 is #C3A996. Grayscale: #505050. Windows color (decimal): -12822935 or 6903356. OLE color: 6903356.

HSL color Cylindrical-coordinate representation of color #3C5669: hue angle of 205.33º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C5669 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6086105-
CMYK0.430.1800.59
HSL205.33º27.27%32.35%-
HSV(B)205.33º42.86%41.18%-
XYZ7.748.6414.62-
YUV80.39141.89113.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.90%
GREEN value IS 86 (33.98% from 255) = 34.26%
BLUE value IS 105 (41.41% from 255) = 41.83%
R=23.90%
G=34.26%
B=41.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal60861050.430.1800.59205.3327.2732.35
Hex3C56692B1203Bcd1b20
Octal7412615153220733153340
Binary111100101011011010011010111001001110111100110111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,86,105); }

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

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

 a { background-color: rgb(60,86,105); }

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

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

 span { border-color: rgb(60,86,105); }

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