Html Css Color HEX #3C596C San Juan

📋 copy color: '#3C596C'

red 60 ◦ green 89 ◦ blue 108

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

Shades of San Juan #3C596C

Tints of San Juan #3C596C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.63%

 BLUE value IS 108 (42.58% from 255) = 42.02%

R = 23.35%
G = 34.63%
B = 42.02%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3C596C (or 0x3C596C) is known color: San Juan. HEX triplet: 3C, 59 and 6C. RGB value is (60,89,108). Sum of RGB (Red+Green+Blue) = 60+89+108=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C596C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C596C is #C3A693. Grayscale: #525252. Windows color (decimal): -12822164 or 7100732. OLE color: 7100732.

HSL color Cylindrical-coordinate representation of color #3C596C: hue angle of 203.75º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C596C is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 60 89 108 -
CMYK 0.44 0.18 0 0.58
HSL 203.75º 0.29% 0.33% -
HSV(B) 203.75º 0.44% 0.42% -
XYZ 8.14 9.19 15.53 -
YUV 82.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 60 89 108 0.44 0.18 0 0.58 203.75 0.29 0.33
Hex 3C 59 6C 2C 12 0 3A CC 1D 21
Octal 74 131 154 54 22 0 72 314 35 41
Binary 111100 1011001 1101100 101100 10010 0 111010 11001100 11101 100001

Color Harmonies of #3C596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C596C

Black with #3C596C

Text Example


Text Example

White with #3C596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,89,108); }

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

background-color css

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

 a { background-color: rgb(60,89,108); }

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

border-color css

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

 span { border-color: rgb(60,89,108); }

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