Html Css Color HEX #3998BA Boston Blue

📋 copy color: '#3998BA'

red 57 ◦ green 152 ◦ blue 186

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

Shades of Boston Blue #3998BA

Tints of Boston Blue #3998BA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.48%

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

R = 14.43%
G = 38.48%
B = 47.09%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3998BA (or 0x3998BA) is known color: Boston Blue. HEX triplet: 39, 98 and BA. RGB value is (57,152,186). Sum of RGB (Red+Green+Blue) = 57+152+186=395 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.43% from 395); Green value is 152 (59.77% from 255 or 38.48% 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 #3998BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3998BA is #C66745. Grayscale: #7F7F7F. Windows color (decimal): -13002566 or 12228665. OLE color: 12228665.

HSL color Cylindrical-coordinate representation of color #3998BA: hue angle of 195.81º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3998BA is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 152 186 -
CMYK 0.69 0.18 0 0.27
HSL 195.81º 0.53% 0.48% -
HSV(B) 195.81º 0.69% 0.73% -
XYZ 21.78 26.87 50.49 -
YUV 127.47 161.03 77.74 -
System Red Green Blue C M Y K H S L
Decimal 57 152 186 0.69 0.18 0 0.27 195.81 0.53 0.48
Hex 39 98 BA 45 12 0 1B C4 35 30
Octal 71 230 272 105 22 0 33 304 65 60
Binary 111001 10011000 10111010 1000101 10010 0 11011 11000100 110101 110000

Color Harmonies of #3998BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3998BA

Black with #3998BA

Text Example


Text Example

White with #3998BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3998BA; }

 p { color: rgb(57,152,186); }

 H1.HeaderClassName
 {
   color: #3998BA;
 }
 .AnyTagClassName
 {
   color: #3998BA;
 }
</style>

background-color css

<style>
 a { background-color: #3998BA; }

 a { background-color: rgb(57,152,186); }

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

border-color css

<style>
 span { border-color: #3998BA; }

 span { border-color: rgb(57,152,186); }

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