Html Css Color HEX #3B9BBE Boston Blue

📋 copy color: '#3B9BBE'

red 59 ◦ green 155 ◦ blue 190

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

Shades of Boston Blue #3B9BBE

Tints of Boston Blue #3B9BBE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.37%

 BLUE value IS 190 (74.61% from 255) = 47.03%

R = 14.6%
G = 38.37%
B = 47.03%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3B9BBE (or 0x3B9BBE) is known color: Boston Blue. HEX triplet: 3B, 9B and BE. RGB value is (59,155,190). Sum of RGB (Red+Green+Blue) = 59+155+190=404 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.60% from 404); Green value is 155 (60.94% from 255 or 38.37% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #3B9BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B9BBE is #C46441. Grayscale: #828282. Windows color (decimal): -12870722 or 12491579. OLE color: 12491579.

HSL color Cylindrical-coordinate representation of color #3B9BBE: hue angle of 196.03º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B9BBE is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 59 155 190 -
CMYK 0.69 0.18 0 0.25
HSL 196.03º 0.53% 0.49% -
HSV(B) 196.03º 0.69% 0.75% -
XYZ 22.82 28.09 52.93 -
YUV 130.29 161.7 77.15 -
System Red Green Blue C M Y K H S L
Decimal 59 155 190 0.69 0.18 0 0.25 196.03 0.53 0.49
Hex 3B 9B BE 45 12 0 19 C4 35 31
Octal 73 233 276 105 22 0 31 304 65 61
Binary 111011 10011011 10111110 1000101 10010 0 11001 11000100 110101 110001

Color Harmonies of #3B9BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B9BBE

Black with #3B9BBE

Text Example


Text Example

White with #3B9BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,155,190); }

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

background-color css

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

 a { background-color: rgb(59,155,190); }

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

border-color css

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

 span { border-color: rgb(59,155,190); }

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