Html Css Color HEX #3B96BA Boston Blue

📋 copy color: '#3B96BA'

red 59 ◦ green 150 ◦ blue 186

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

Shades of Boston Blue #3B96BA

Tints of Boston Blue #3B96BA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.97%

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 14.94%
G = 37.97%
B = 47.09%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3B96BA (or 0x3B96BA) is known color: Boston Blue. HEX triplet: 3B, 96 and BA. RGB value is (59,150,186). Sum of RGB (Red+Green+Blue) = 59+150+186=395 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.94% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B96BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B96BA is #C46945. Grayscale: #7E7E7E. Windows color (decimal): -12872006 or 12228155. OLE color: 12228155.

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

Color convert

RGB 59 150 186 -
CMYK 0.68 0.19 0 0.27
HSL 197.01º 0.52% 0.48% -
HSV(B) 197.01º 0.68% 0.73% -
XYZ 21.57 26.29 50.39 -
YUV 126.9 161.35 79.57 -
System Red Green Blue C M Y K H S L
Decimal 59 150 186 0.68 0.19 0 0.27 197.01 0.52 0.48
Hex 3B 96 BA 44 13 0 1B C5 34 30
Octal 73 226 272 104 23 0 33 305 64 60
Binary 111011 10010110 10111010 1000100 10011 0 11011 11000101 110100 110000

Color Harmonies of #3B96BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B96BA

Black with #3B96BA

Text Example


Text Example

White with #3B96BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,150,186); }

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

background-color css

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

 a { background-color: rgb(59,150,186); }

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

border-color css

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

 span { border-color: rgb(59,150,186); }

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