Html Css Color HEX #3C8CAD Boston Blue

📋 copy color: '#3C8CAD'

red 60 ◦ green 140 ◦ blue 173

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

Shades of Boston Blue #3C8CAD

Tints of Boston Blue #3C8CAD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.53%

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

R = 16.09%
G = 37.53%
B = 46.38%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C8CAD (or 0x3C8CAD) is known color: Boston Blue. HEX triplet: 3C, 8C and AD. RGB value is (60,140,173). Sum of RGB (Red+Green+Blue) = 60+140+173=373 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.09% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C8CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8CAD is #C37352. Grayscale: #777777. Windows color (decimal): -12809043 or 11373628. OLE color: 11373628.

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

Color convert

RGB 60 140 173 -
CMYK 0.65 0.19 0 0.32
HSL 197.52º 0.48% 0.46% -
HSV(B) 197.52º 0.65% 0.68% -
XYZ 18.78 22.73 42.93 -
YUV 119.84 158 85.32 -
System Red Green Blue C M Y K H S L
Decimal 60 140 173 0.65 0.19 0 0.32 197.52 0.48 0.46
Hex 3C 8C AD 41 13 0 20 C6 30 2E
Octal 74 214 255 101 23 0 40 306 60 56
Binary 111100 10001100 10101101 1000001 10011 0 100000 11000110 110000 101110

Color Harmonies of #3C8CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8CAD

Black with #3C8CAD

Text Example


Text Example

White with #3C8CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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