Html Css Color HEX #3F9BBF Boston Blue

📋 copy color: '#3F9BBF'

red 63 ◦ green 155 ◦ blue 191

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

Shades of Boston Blue #3F9BBF

Tints of Boston Blue #3F9BBF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.9%

 BLUE value IS 191 (75% from 255) = 46.7%

R = 15.4%
G = 37.9%
B = 46.7%

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

#3F9BBF (or 0x3F9BBF) is known color: Boston Blue. HEX triplet: 3F, 9B and BF. RGB value is (63,155,191). Sum of RGB (Red+Green+Blue) = 63+155+191=409 (54% of max value = 765). Red value is 63 (25% from 255 or 15.40% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F9BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9BBF is #C06440. Grayscale: #838383. Windows color (decimal): -12608577 or 12557119. OLE color: 12557119.

HSL color Cylindrical-coordinate representation of color #3F9BBF: hue angle of 196.88º 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 #3F9BBF is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 63 155 191 -
CMYK 0.67 0.19 0 0.25
HSL 196.88º 0.5% 0.5% -
HSV(B) 196.88º 0.67% 0.75% -
XYZ 23.18 28.26 53.52 -
YUV 131.6 161.52 79.07 -
System Red Green Blue C M Y K H S L
Decimal 63 155 191 0.67 0.19 0 0.25 196.88 0.5 0.5
Hex 3F 9B BF 43 13 0 19 C5 32 32
Octal 77 233 277 103 23 0 31 305 62 62
Binary 111111 10011011 10111111 1000011 10011 0 11001 11000101 110010 110010

Color Harmonies of #3F9BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9BBF

Black with #3F9BBF

Text Example


Text Example

White with #3F9BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,155,191); }

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

background-color css

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

 a { background-color: rgb(63,155,191); }

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

border-color css

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

 span { border-color: rgb(63,155,191); }

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