Html Css Color HEX #3CA1AD Boston Blue

📋 copy color: '#3CA1AD'

red 60 ◦ green 161 ◦ blue 173

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

Shades of Boston Blue #3CA1AD

Tints of Boston Blue #3CA1AD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.86%

 BLUE value IS 173 (67.97% from 255) = 43.91%

R = 15.23%
G = 40.86%
B = 43.91%

CMYK

 C value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3CA1AD (or 0x3CA1AD) is known color: Boston Blue. HEX triplet: 3C, A1 and AD. RGB value is (60,161,173). Sum of RGB (Red+Green+Blue) = 60+161+173=394 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.23% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #3CA1AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA1AD is #C35E52. Grayscale: #848484. Windows color (decimal): -12803667 or 11379004. OLE color: 11379004.

HSL color Cylindrical-coordinate representation of color #3CA1AD: hue angle of 186.37º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CA1AD is Cyan = 0.65, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 161 173 -
CMYK 0.65 0.07 0 0.32
HSL 186.37º 0.48% 0.46% -
HSV(B) 186.37º 0.65% 0.68% -
XYZ 22.15 29.47 44.06 -
YUV 132.17 151.04 76.52 -
System Red Green Blue C M Y K H S L
Decimal 60 161 173 0.65 0.07 0 0.32 186.37 0.48 0.46
Hex 3C A1 AD 41 7 0 20 BA 30 2E
Octal 74 241 255 101 7 0 40 272 60 56
Binary 111100 10100001 10101101 1000001 111 0 100000 10111010 110000 101110

Color Harmonies of #3CA1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA1AD

Black with #3CA1AD

Text Example


Text Example

White with #3CA1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,161,173); }

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

background-color css

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

 a { background-color: rgb(60,161,173); }

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

border-color css

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

 span { border-color: rgb(60,161,173); }

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