Html Css Color HEX #3C8BAA Boston Blue

📋 copy color: '#3C8BAA'

red 60 ◦ green 139 ◦ blue 170

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

Shades of Boston Blue #3C8BAA

Tints of Boston Blue #3C8BAA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.67%

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

R = 16.26%
G = 37.67%
B = 46.07%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C8BAA (or 0x3C8BAA) is known color: Boston Blue. HEX triplet: 3C, 8B and AA. RGB value is (60,139,170). Sum of RGB (Red+Green+Blue) = 60+139+170=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C8BAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8BAA is #C37455. Grayscale: #767676. Windows color (decimal): -12809302 or 11176764. OLE color: 11176764.

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

Color convert

RGB 60 139 170 -
CMYK 0.65 0.18 0 0.33
HSL 196.91º 0.48% 0.45% -
HSV(B) 196.91º 0.65% 0.67% -
XYZ 18.35 22.33 41.37 -
YUV 118.91 156.83 85.98 -
System Red Green Blue C M Y K H S L
Decimal 60 139 170 0.65 0.18 0 0.33 196.91 0.48 0.45
Hex 3C 8B AA 41 12 0 21 C5 30 2D
Octal 74 213 252 101 22 0 41 305 60 55
Binary 111100 10001011 10101010 1000001 10010 0 100001 11000101 110000 101101

Color Harmonies of #3C8BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8BAA

Black with #3C8BAA

Text Example


Text Example

White with #3C8BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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