Html Css Color HEX #3B99BC Boston Blue

📋 copy color: '#3B99BC'

red 59 ◦ green 153 ◦ blue 188

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

Shades of Boston Blue #3B99BC

Tints of Boston Blue #3B99BC

RGB

 RED value IS 59 (23.44% from 255) = 14.75%

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

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

R = 14.75%
G = 38.25%
B = 47%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3B99BC (or 0x3B99BC) is known color: Boston Blue. HEX triplet: 3B, 99 and BC. RGB value is (59,153,188). Sum of RGB (Red+Green+Blue) = 59+153+188=400 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.75% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B99BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B99BC is #C46643. Grayscale: #808080. Windows color (decimal): -12871236 or 12359995. OLE color: 12359995.

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

Color convert

RGB 59 153 188 -
CMYK 0.69 0.19 0 0.26
HSL 196.28º 0.52% 0.48% -
HSV(B) 196.28º 0.69% 0.74% -
XYZ 22.27 27.34 51.68 -
YUV 128.88 161.36 78.15 -
System Red Green Blue C M Y K H S L
Decimal 59 153 188 0.69 0.19 0 0.26 196.28 0.52 0.48
Hex 3B 99 BC 45 13 0 1A C4 34 30
Octal 73 231 274 105 23 0 32 304 64 60
Binary 111011 10011001 10111100 1000101 10011 0 11010 11000100 110100 110000

Color Harmonies of #3B99BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B99BC

Black with #3B99BC

Text Example


Text Example

White with #3B99BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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