Html Css Color HEX #3696B7 Boston Blue

📋 copy color: '#3696B7'

red 54 ◦ green 150 ◦ blue 183

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

Shades of Boston Blue #3696B7

Tints of Boston Blue #3696B7

RGB

 RED value IS 54 (21.48% from 255) = 13.95%

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

 BLUE value IS 183 (71.88% from 255) = 47.29%

R = 13.95%
G = 38.76%
B = 47.29%

CMYK

 C value IS 0.70

 M value IS 0.18

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3696B7 (or 0x3696B7) is known color: Boston Blue. HEX triplet: 36, 96 and B7. RGB value is (54,150,183). Sum of RGB (Red+Green+Blue) = 54+150+183=387 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.95% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 183 (71.88% from 255 or 47.29% from 387); Max value from RGB is 183 - color contains mainly: blue. Hex color #3696B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3696B7 is #C96948. Grayscale: #7C7C7C. Windows color (decimal): -13199689 or 12031542. OLE color: 12031542.

HSL color Cylindrical-coordinate representation of color #3696B7: hue angle of 195.35º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3696B7 is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 54 150 183 -
CMYK 0.70 0.18 0 0.28
HSL 195.35º 0.54% 0.46% -
HSV(B) 195.35º 0.7% 0.72% -
XYZ 20.97 26.02 48.72 -
YUV 125.06 160.7 77.32 -
System Red Green Blue C M Y K H S L
Decimal 54 150 183 0.70 0.18 0 0.28 195.35 0.54 0.46
Hex 36 96 B7 46 12 0 1C C3 36 2E
Octal 66 226 267 106 22 0 34 303 66 56
Binary 110110 10010110 10110111 1000110 10010 0 11100 11000011 110110 101110

Color Harmonies of #3696B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3696B7

Black with #3696B7

Text Example


Text Example

White with #3696B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3696B7; }

 p { color: rgb(54,150,183); }

 H1.HeaderClassName
 {
   color: #3696B7;
 }
 .AnyTagClassName
 {
   color: #3696B7;
 }
</style>

background-color css

<style>
 a { background-color: #3696B7; }

 a { background-color: rgb(54,150,183); }

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

border-color css

<style>
 span { border-color: #3696B7; }

 span { border-color: rgb(54,150,183); }

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