Html Css Color HEX #3F99BE Boston Blue

📋 copy color: '#3F99BE'

red 63 ◦ green 153 ◦ blue 190

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

Shades of Boston Blue #3F99BE

Tints of Boston Blue #3F99BE

RGB

 RED value IS 63 (25% from 255) = 15.52%

 GREEN value IS 153 (60.16% from 255) = 37.68%

 BLUE value IS 190 (74.61% from 255) = 46.8%

R = 15.52%
G = 37.68%
B = 46.8%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F99BE (or 0x3F99BE) is known color: Boston Blue. HEX triplet: 3F, 99 and BE. RGB value is (63,153,190). Sum of RGB (Red+Green+Blue) = 63+153+190=406 (53% of max value = 765). Red value is 63 (25% from 255 or 15.52% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F99BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F99BE is #C06641. Grayscale: #828282. Windows color (decimal): -12609090 or 12491071. OLE color: 12491071.

HSL color Cylindrical-coordinate representation of color #3F99BE: hue angle of 197.48º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F99BE is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 153 190 -
CMYK 0.67 0.19 0 0.25
HSL 197.48º 0.5% 0.5% -
HSV(B) 197.48º 0.67% 0.75% -
XYZ 22.74 27.56 52.84 -
YUV 130.31 161.68 79.99 -
System Red Green Blue C M Y K H S L
Decimal 63 153 190 0.67 0.19 0 0.25 197.48 0.5 0.5
Hex 3F 99 BE 43 13 0 19 C5 32 32
Octal 77 231 276 103 23 0 31 305 62 62
Binary 111111 10011001 10111110 1000011 10011 0 11001 11000101 110010 110010

Color Harmonies of #3F99BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F99BE

Black with #3F99BE

Text Example


Text Example

White with #3F99BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,153,190); }

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

background-color css

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

 a { background-color: rgb(63,153,190); }

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

border-color css

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

 span { border-color: rgb(63,153,190); }

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