Html Css Color HEX #3C9BAE Boston Blue

📋 copy color: '#3C9BAE'

red 60 ◦ green 155 ◦ blue 174

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

Shades of Boston Blue #3C9BAE

Tints of Boston Blue #3C9BAE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.85%

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

R = 15.42%
G = 39.85%
B = 44.73%

CMYK

 C value IS 0.66

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C9BAE (or 0x3C9BAE) is known color: Boston Blue. HEX triplet: 3C, 9B and AE. RGB value is (60,155,174). Sum of RGB (Red+Green+Blue) = 60+155+174=389 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.42% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C9BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9BAE is #C36451. Grayscale: #808080. Windows color (decimal): -12805202 or 11443004. OLE color: 11443004.

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

Color convert

RGB 60 155 174 -
CMYK 0.66 0.11 0 0.32
HSL 190º 0.49% 0.46% -
HSV(B) 190º 0.66% 0.68% -
XYZ 21.22 27.46 44.23 -
YUV 128.76 153.53 78.96 -
System Red Green Blue C M Y K H S L
Decimal 60 155 174 0.66 0.11 0 0.32 190 0.49 0.46
Hex 3C 9B AE 42 B 0 20 BE 31 2E
Octal 74 233 256 102 13 0 40 276 61 56
Binary 111100 10011011 10101110 1000010 1011 0 100000 10111110 110001 101110

Color Harmonies of #3C9BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9BAE

Black with #3C9BAE

Text Example


Text Example

White with #3C9BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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