Html Css Color HEX #3C99AA Boston Blue

📋 copy color: '#3C99AA'

red 60 ◦ green 153 ◦ blue 170

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

Shades of Boston Blue #3C99AA

Tints of Boston Blue #3C99AA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.95%

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

R = 15.67%
G = 39.95%
B = 44.39%

CMYK

 C value IS 0.65

 M value IS 0.1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C99AA (or 0x3C99AA) is known color: Boston Blue. HEX triplet: 3C, 99 and AA. RGB value is (60,153,170). Sum of RGB (Red+Green+Blue) = 60+153+170=383 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.67% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C99AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C99AA is #C36655. Grayscale: #7E7E7E. Windows color (decimal): -12805718 or 11180348. OLE color: 11180348.

HSL color Cylindrical-coordinate representation of color #3C99AA: hue angle of 189.27º 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 #3C99AA is Cyan = 0.65, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 153 170 -
CMYK 0.65 0.1 0 0.33
HSL 189.27º 0.48% 0.45% -
HSV(B) 189.27º 0.65% 0.67% -
XYZ 20.51 26.65 42.09 -
YUV 127.13 152.19 80.12 -
System Red Green Blue C M Y K H S L
Decimal 60 153 170 0.65 0.1 0 0.33 189.27 0.48 0.45
Hex 3C 99 AA 41 A 0 21 BD 30 2D
Octal 74 231 252 101 12 0 41 275 60 55
Binary 111100 10011001 10101010 1000001 1010 0 100001 10111101 110000 101101

Color Harmonies of #3C99AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C99AA

Black with #3C99AA

Text Example


Text Example

White with #3C99AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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