Html Css Color HEX #3C8AAE Boston Blue

📋 copy color: '#3C8AAE'

red 60 ◦ green 138 ◦ blue 174

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

Shades of Boston Blue #3C8AAE

Tints of Boston Blue #3C8AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.1%

 BLUE value IS 174 (68.36% from 255) = 46.77%

R = 16.13%
G = 37.1%
B = 46.77%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C8AAE (or 0x3C8AAE) is known color: Boston Blue. HEX triplet: 3C, 8A and AE. RGB value is (60,138,174). Sum of RGB (Red+Green+Blue) = 60+138+174=372 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.13% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C8AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8AAE is #C37551. Grayscale: #767676. Windows color (decimal): -12809554 or 11438652. OLE color: 11438652.

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

Color convert

RGB 60 138 174 -
CMYK 0.66 0.21 0 0.32
HSL 198.95º 0.49% 0.46% -
HSV(B) 198.95º 0.66% 0.68% -
XYZ 18.59 22.19 43.35 -
YUV 118.78 159.16 86.07 -
System Red Green Blue C M Y K H S L
Decimal 60 138 174 0.66 0.21 0 0.32 198.95 0.49 0.46
Hex 3C 8A AE 42 15 0 20 C7 31 2E
Octal 74 212 256 102 25 0 40 307 61 56
Binary 111100 10001010 10101110 1000010 10101 0 100000 11000111 110001 101110

Color Harmonies of #3C8AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8AAE

Black with #3C8AAE

Text Example


Text Example

White with #3C8AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,138,174); }

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

background-color css

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

 a { background-color: rgb(60,138,174); }

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

border-color css

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

 span { border-color: rgb(60,138,174); }

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