#3C5763

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

Shades of San Juan #3C5763

Tints of San Juan #3C5763

Color information

#3C5763 (or 0x3C5763) is unknown color: approx San Juan. HEX triplet: 3C, 57 and 63. RGB value is (60,87,99). Sum of RGB (Red+Green+Blue) = 60+87+99=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C5763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5763 is #C3A89C. Grayscale: #505050. Windows color (decimal): -12822685 or 6510396. OLE color: 6510396.

HSL color Cylindrical-coordinate representation of color #3C5763: hue angle of 198.46º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C5763 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB608799-
CMYK0.390.1200.61
HSL198.46º24.53%31.18%-
HSV(B)198.46º39.39%38.82%-
XYZ7.528.6813.08-
YUV80.29138.55113.52-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.39%
GREEN value IS 87 (34.38% from 255) = 35.37%
BLUE value IS 99 (39.06% from 255) = 40.24%
R=24.39%
G=35.37%
B=40.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6087990.390.1200.61198.4624.5331.18
Hex3C576327C03Dc6191f
Octal7412714347140753063137
Binary1111001010111110001110011111000111101110001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,87,99); }

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

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

 a { background-color: rgb(60,87,99); }

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

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

 span { border-color: rgb(60,87,99); }

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