Html Css Color HEX #3C9FBB Boston Blue

📋 copy color: '#3C9FBB'

red 60 ◦ green 159 ◦ blue 187

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

Shades of Boston Blue #3C9FBB

Tints of Boston Blue #3C9FBB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.16%

 BLUE value IS 187 (73.44% from 255) = 46.06%

R = 14.78%
G = 39.16%
B = 46.06%

CMYK

 C value IS 0.68

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C9FBB (or 0x3C9FBB) is known color: Boston Blue. HEX triplet: 3C, 9F and BB. RGB value is (60,159,187). Sum of RGB (Red+Green+Blue) = 60+159+187=406 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.78% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C9FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C9FBB is #C36044. Grayscale: #848484. Windows color (decimal): -12804165 or 12295996. OLE color: 12295996.

HSL color Cylindrical-coordinate representation of color #3C9FBB: hue angle of 193.23º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C9FBB is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 159 187 -
CMYK 0.68 0.15 0 0.27
HSL 193.23º 0.51% 0.48% -
HSV(B) 193.23º 0.68% 0.73% -
XYZ 23.23 29.34 51.45 -
YUV 132.59 158.7 76.22 -
System Red Green Blue C M Y K H S L
Decimal 60 159 187 0.68 0.15 0 0.27 193.23 0.51 0.48
Hex 3C 9F BB 44 F 0 1B C1 33 30
Octal 74 237 273 104 17 0 33 301 63 60
Binary 111100 10011111 10111011 1000100 1111 0 11011 11000001 110011 110000

Color Harmonies of #3C9FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9FBB

Black with #3C9FBB

Text Example


Text Example

White with #3C9FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,159,187); }

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

background-color css

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

 a { background-color: rgb(60,159,187); }

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

border-color css

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

 span { border-color: rgb(60,159,187); }

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