Html Css Color HEX #3996B5 Boston Blue

📋 copy color: '#3996B5'

red 57 ◦ green 150 ◦ blue 181

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

Shades of Boston Blue #3996B5

Tints of Boston Blue #3996B5

RGB

 RED value IS 57 (22.66% from 255) = 14.69%

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

 BLUE value IS 181 (71.09% from 255) = 46.65%

R = 14.69%
G = 38.66%
B = 46.65%

CMYK

 C value IS 0.69

 M value IS 0.17

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3996B5 (or 0x3996B5) is known color: Boston Blue. HEX triplet: 39, 96 and B5. RGB value is (57,150,181). Sum of RGB (Red+Green+Blue) = 57+150+181=388 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.69% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 181 (71.09% from 255 or 46.65% from 388); Max value from RGB is 181 - color contains mainly: blue. Hex color #3996B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3996B5 is #C6694A. Grayscale: #7D7D7D. Windows color (decimal): -13003083 or 11900473. OLE color: 11900473.

HSL color Cylindrical-coordinate representation of color #3996B5: hue angle of 195º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3996B5 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 57 150 181 -
CMYK 0.69 0.17 0 0.29
HSL 195º 0.52% 0.47% -
HSV(B) 195º 0.69% 0.71% -
XYZ 20.93 26.02 47.63 -
YUV 125.73 159.19 78.98 -
System Red Green Blue C M Y K H S L
Decimal 57 150 181 0.69 0.17 0 0.29 195 0.52 0.47
Hex 39 96 B5 45 11 0 1D C3 34 2F
Octal 71 226 265 105 21 0 35 303 64 57
Binary 111001 10010110 10110101 1000101 10001 0 11101 11000011 110100 101111

Color Harmonies of #3996B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3996B5

Black with #3996B5

Text Example


Text Example

White with #3996B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3996B5; }

 p { color: rgb(57,150,181); }

 H1.HeaderClassName
 {
   color: #3996B5;
 }
 .AnyTagClassName
 {
   color: #3996B5;
 }
</style>

background-color css

<style>
 a { background-color: #3996B5; }

 a { background-color: rgb(57,150,181); }

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

border-color css

<style>
 span { border-color: #3996B5; }

 span { border-color: rgb(57,150,181); }

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