Html Css Color HEX #3C5460 San Juan

📋 copy color: '#3C5460'

red 60 ◦ green 84 ◦ blue 96

#3C5460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Juan #3C5460

Tints of San Juan #3C5460

RGB

 RED value IS 60 (23.83% from 255) = 25%

 GREEN value IS 84 (33.2% from 255) = 35%

 BLUE value IS 96 (37.89% from 255) = 40%

R = 25%
G = 35%
B = 40%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3C5460 (or 0x3C5460) is known color: San Juan. HEX triplet: 3C, 54 and 60. RGB value is (60,84,96). Sum of RGB (Red+Green+Blue) = 60+84+96=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C5460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5460 is #C3AB9F. Grayscale: #4E4E4E. Windows color (decimal): -12823456 or 6313020. OLE color: 6313020.

HSL color Cylindrical-coordinate representation of color #3C5460: hue angle of 200º degrees, saturation: 0.23, 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 #3C5460 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 84 96 -
CMYK 0.38 0.12 0 0.62
HSL 200º 0.23% 0.31% -
HSV(B) 200º 0.38% 0.38% -
XYZ 7.15 8.15 12.26 -
YUV 78.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 60 84 96 0.38 0.12 0 0.62 200 0.23 0.31
Hex 3C 54 60 26 C 0 3E C8 17 1F
Octal 74 124 140 46 14 0 76 310 27 37
Binary 111100 1010100 1100000 100110 1100 0 111110 11001000 10111 11111

Color Harmonies of #3C5460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5460

Black with #3C5460

Text Example


Text Example

White with #3C5460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,84,96); }

 H1.HeaderClassName
 {
   color: #3C5460;
 }
 .AnyTagClassName
 {
   color: #3C5460;
 }
</style>

background-color css

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

 a { background-color: rgb(60,84,96); }

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

border-color css

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

 span { border-color: rgb(60,84,96); }

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