#3C5662

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

Shades of San Juan #3C5662

Tints of San Juan #3C5662

Color information

#3C5662 (or 0x3C5662) is unknown color: approx San Juan. HEX triplet: 3C, 56 and 62. RGB value is (60,86,98). Sum of RGB (Red+Green+Blue) = 60+86+98=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 98 - color contains mainly: blue. Hex color #3C5662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5662 is #C3A99D. Grayscale: #4F4F4F. Windows color (decimal): -12822942 or 6444604. OLE color: 6444604.

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

Color convert

RGB608698-
CMYK0.390.1200.62
HSL198.95º24.05%30.98%-
HSV(B)198.95º38.78%38.43%-
XYZ7.48.512.81-
YUV79.59138.39114.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.59%
GREEN value IS 86 (33.98% from 255) = 35.25%
BLUE value IS 98 (38.67% from 255) = 40.16%
R=24.59%
G=35.25%
B=40.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6086980.390.1200.62198.9524.0530.98
Hex3C566227C03Ec7181f
Octal7412614247140763073037
Binary1111001010110110001010011111000111110110001111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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