Html Css Color HEX #3C99BB Boston Blue

📋 copy color: '#3C99BB'

red 60 ◦ green 153 ◦ blue 187

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

Shades of Boston Blue #3C99BB

Tints of Boston Blue #3C99BB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.25%

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

R = 15%
G = 38.25%
B = 46.75%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3C99BB (or 0x3C99BB) is known color: Boston Blue. HEX triplet: 3C, 99 and BB. RGB value is (60,153,187). Sum of RGB (Red+Green+Blue) = 60+153+187=400 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C99BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C99BB is #C36644. Grayscale: #808080. Windows color (decimal): -12805701 or 12294460. OLE color: 12294460.

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

Color convert

RGB 60 153 187 -
CMYK 0.68 0.18 0 0.27
HSL 196.06º 0.51% 0.48% -
HSV(B) 196.06º 0.68% 0.73% -
XYZ 22.22 27.33 51.12 -
YUV 129.07 160.69 78.74 -
System Red Green Blue C M Y K H S L
Decimal 60 153 187 0.68 0.18 0 0.27 196.06 0.51 0.48
Hex 3C 99 BB 44 12 0 1B C4 33 30
Octal 74 231 273 104 22 0 33 304 63 60
Binary 111100 10011001 10111011 1000100 10010 0 11011 11000100 110011 110000

Color Harmonies of #3C99BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C99BB

Black with #3C99BB

Text Example


Text Example

White with #3C99BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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