Html Css Color HEX #3B99AB Boston Blue

📋 copy color: '#3B99AB'

red 59 ◦ green 153 ◦ blue 171

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

Shades of Boston Blue #3B99AB

Tints of Boston Blue #3B99AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.65%

R = 15.4%
G = 39.95%
B = 44.65%

CMYK

 C value IS 0.65

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3B99AB (or 0x3B99AB) is known color: Boston Blue. HEX triplet: 3B, 99 and AB. RGB value is (59,153,171). Sum of RGB (Red+Green+Blue) = 59+153+171=383 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.40% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B99AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B99AB is #C46654. Grayscale: #7E7E7E. Windows color (decimal): -12871253 or 11245883. OLE color: 11245883.

HSL color Cylindrical-coordinate representation of color #3B99AB: hue angle of 189.64º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B99AB is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 59 153 171 -
CMYK 0.65 0.11 0 0.33
HSL 189.64º 0.49% 0.45% -
HSV(B) 189.64º 0.65% 0.67% -
XYZ 20.55 26.65 42.59 -
YUV 126.95 152.86 79.54 -
System Red Green Blue C M Y K H S L
Decimal 59 153 171 0.65 0.11 0 0.33 189.64 0.49 0.45
Hex 3B 99 AB 41 B 0 21 BE 31 2D
Octal 73 231 253 101 13 0 41 276 61 55
Binary 111011 10011001 10101011 1000001 1011 0 100001 10111110 110001 101101

Color Harmonies of #3B99AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B99AB

Black with #3B99AB

Text Example


Text Example

White with #3B99AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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