Html Css Color HEX #3994B7 Boston Blue

📋 copy color: '#3994B7'

red 57 ◦ green 148 ◦ blue 183

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

Shades of Boston Blue #3994B7

Tints of Boston Blue #3994B7

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.14%

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

R = 14.69%
G = 38.14%
B = 47.16%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3994B7 (or 0x3994B7) is known color: Boston Blue. HEX triplet: 39, 94 and B7. RGB value is (57,148,183). Sum of RGB (Red+Green+Blue) = 57+148+183=388 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.69% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 183 (71.88% from 255 or 47.16% from 388); Max value from RGB is 183 - color contains mainly: blue. Hex color #3994B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3994B7 is #C66B48. Grayscale: #7C7C7C. Windows color (decimal): -13003593 or 12031033. OLE color: 12031033.

HSL color Cylindrical-coordinate representation of color #3994B7: hue angle of 196.67º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3994B7 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 57 148 183 -
CMYK 0.69 0.19 0 0.28
HSL 196.67º 0.53% 0.47% -
HSV(B) 196.67º 0.69% 0.72% -
XYZ 20.82 25.47 48.62 -
YUV 124.78 160.85 79.65 -
System Red Green Blue C M Y K H S L
Decimal 57 148 183 0.69 0.19 0 0.28 196.67 0.53 0.47
Hex 39 94 B7 45 13 0 1C C5 34 2F
Octal 71 224 267 105 23 0 34 305 64 57
Binary 111001 10010100 10110111 1000101 10011 0 11100 11000101 110100 101111

Color Harmonies of #3994B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3994B7

Black with #3994B7

Text Example


Text Example

White with #3994B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,148,183); }

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

background-color css

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

 a { background-color: rgb(57,148,183); }

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

border-color css

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

 span { border-color: rgb(57,148,183); }

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