Html Css Color HEX #3C99BC Boston Blue

📋 copy color: '#3C99BC'

red 60 ◦ green 153 ◦ blue 188

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

Shades of Boston Blue #3C99BC

Tints of Boston Blue #3C99BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.88%

R = 14.96%
G = 38.15%
B = 46.88%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3C99BC (or 0x3C99BC) is known color: Boston Blue. HEX triplet: 3C, 99 and BC. RGB value is (60,153,188). Sum of RGB (Red+Green+Blue) = 60+153+188=401 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.96% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C99BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C99BC is #C36643. Grayscale: #808080. Windows color (decimal): -12805700 or 12359996. OLE color: 12359996.

HSL color Cylindrical-coordinate representation of color #3C99BC: hue angle of 196.41º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C99BC is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 153 188 -
CMYK 0.68 0.19 0 0.26
HSL 196.41º 0.52% 0.49% -
HSV(B) 196.41º 0.68% 0.74% -
XYZ 22.33 27.37 51.68 -
YUV 129.18 161.19 78.65 -
System Red Green Blue C M Y K H S L
Decimal 60 153 188 0.68 0.19 0 0.26 196.41 0.52 0.49
Hex 3C 99 BC 44 13 0 1A C4 34 31
Octal 74 231 274 104 23 0 32 304 64 61
Binary 111100 10011001 10111100 1000100 10011 0 11010 11000100 110100 110001

Color Harmonies of #3C99BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C99BC

Black with #3C99BC

Text Example


Text Example

White with #3C99BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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