#3C5661

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

Shades of San Juan #3C5661

Tints of San Juan #3C5661

Color information

#3C5661 (or 0x3C5661) is unknown color: approx San Juan. HEX triplet: 3C, 56 and 61. RGB value is (60,86,97). Sum of RGB (Red+Green+Blue) = 60+86+97=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 97 - color contains mainly: blue. Hex color #3C5661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5661 is #C3A99E. Grayscale: #4F4F4F. Windows color (decimal): -12822943 or 6379068. OLE color: 6379068.

HSL color Cylindrical-coordinate representation of color #3C5661: hue angle of 197.84º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C5661 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB608697-
CMYK0.380.1100.62
HSL197.84º23.57%30.78%-
HSV(B)197.84º38.14%38.04%-
XYZ7.358.4812.56-
YUV79.48137.89114.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.69%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 97 (38.28% from 255) = 39.92%
R=24.69%
G=35.39%
B=39.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6086970.380.1100.62197.8423.5730.78
Hex3C566126B03Ec6181f
Octal7412614146130763063037
Binary1111001010110110000110011010110111110110001101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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