Html Css Color HEX #3C9CAA Boston Blue

📋 copy color: '#3C9CAA'

red 60 ◦ green 156 ◦ blue 170

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

Shades of Boston Blue #3C9CAA

Tints of Boston Blue #3C9CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.41%

 BLUE value IS 170 (66.8% from 255) = 44.04%

R = 15.54%
G = 40.41%
B = 44.04%

CMYK

 C value IS 0.65

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C9CAA (or 0x3C9CAA) is known color: Boston Blue. HEX triplet: 3C, 9C and AA. RGB value is (60,156,170). Sum of RGB (Red+Green+Blue) = 60+156+170=386 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.54% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C9CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9CAA is #C36355. Grayscale: #808080. Windows color (decimal): -12804950 or 11181116. OLE color: 11181116.

HSL color Cylindrical-coordinate representation of color #3C9CAA: hue angle of 187.64º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C9CAA is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 156 170 -
CMYK 0.65 0.08 0 0.33
HSL 187.64º 0.48% 0.45% -
HSV(B) 187.64º 0.65% 0.67% -
XYZ 21.01 27.64 42.26 -
YUV 128.89 151.2 78.86 -
System Red Green Blue C M Y K H S L
Decimal 60 156 170 0.65 0.08 0 0.33 187.64 0.48 0.45
Hex 3C 9C AA 41 8 0 21 BC 30 2D
Octal 74 234 252 101 10 0 41 274 60 55
Binary 111100 10011100 10101010 1000001 1000 0 100001 10111100 110000 101101

Color Harmonies of #3C9CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9CAA

Black with #3C9CAA

Text Example


Text Example

White with #3C9CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,156,170); }

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

background-color css

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

 a { background-color: rgb(60,156,170); }

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

border-color css

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

 span { border-color: rgb(60,156,170); }

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