Html Css Color HEX #3C596A San Juan

📋 copy color: '#3C596A'

red 60 ◦ green 89 ◦ blue 106

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

Shades of San Juan #3C596A

Tints of San Juan #3C596A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 41.57%

R = 23.53%
G = 34.9%
B = 41.57%

CMYK

 C value IS 0.43

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3C596A (or 0x3C596A) is known color: San Juan. HEX triplet: 3C, 59 and 6A. RGB value is (60,89,106). Sum of RGB (Red+Green+Blue) = 60+89+106=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 106 - color contains mainly: blue. Hex color #3C596A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C596A is #C3A695. Grayscale: #525252. Windows color (decimal): -12822166 or 6969660. OLE color: 6969660.

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

Color convert

RGB 60 89 106 -
CMYK 0.43 0.16 0 0.58
HSL 202.17º 0.28% 0.33% -
HSV(B) 202.17º 0.43% 0.42% -
XYZ 8.04 9.15 14.98 -
YUV 82.27 141.39 112.12 -
System Red Green Blue C M Y K H S L
Decimal 60 89 106 0.43 0.16 0 0.58 202.17 0.28 0.33
Hex 3C 59 6A 2B 10 0 3A CA 1C 21
Octal 74 131 152 53 20 0 72 312 34 41
Binary 111100 1011001 1101010 101011 10000 0 111010 11001010 11100 100001

Color Harmonies of #3C596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C596A

Black with #3C596A

Text Example


Text Example

White with #3C596A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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