Html Css Color HEX #3C5360 San Juan

📋 copy color: '#3C5360'

red 60 ◦ green 83 ◦ blue 96

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

Shades of San Juan #3C5360

Tints of San Juan #3C5360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.73%

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

R = 25.1%
G = 34.73%
B = 40.17%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3C5360 (or 0x3C5360) is known color: San Juan. HEX triplet: 3C, 53 and 60. RGB value is (60,83,96). Sum of RGB (Red+Green+Blue) = 60+83+96=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C5360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5360 is #C3AC9F. Grayscale: #4D4D4D. Windows color (decimal): -12823712 or 6312764. OLE color: 6312764.

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

Color convert

RGB 60 83 96 -
CMYK 0.38 0.14 0 0.62
HSL 201.67º 0.23% 0.31% -
HSV(B) 201.67º 0.38% 0.38% -
XYZ 7.07 7.99 12.24 -
YUV 77.61 138.38 115.44 -
System Red Green Blue C M Y K H S L
Decimal 60 83 96 0.38 0.14 0 0.62 201.67 0.23 0.31
Hex 3C 53 60 26 E 0 3E CA 17 1F
Octal 74 123 140 46 16 0 76 312 27 37
Binary 111100 1010011 1100000 100110 1110 0 111110 11001010 10111 11111

Color Harmonies of #3C5360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5360

Black with #3C5360

Text Example


Text Example

White with #3C5360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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