Html Css Color HEX #3F9FBE Boston Blue

📋 copy color: '#3F9FBE'

red 63 ◦ green 159 ◦ blue 190

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

Shades of Boston Blue #3F9FBE

Tints of Boston Blue #3F9FBE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.59%

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

R = 15.29%
G = 38.59%
B = 46.12%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F9FBE (or 0x3F9FBE) is known color: Boston Blue. HEX triplet: 3F, 9F and BE. RGB value is (63,159,190). Sum of RGB (Red+Green+Blue) = 63+159+190=412 (54% of max value = 765). Red value is 63 (25% from 255 or 15.29% from 412); Green value is 159 (62.5% from 255 or 38.59% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F9FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9FBE is #C06041. Grayscale: #858585. Windows color (decimal): -12607554 or 12492607. OLE color: 12492607.

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

Color convert

RGB 63 159 190 -
CMYK 0.67 0.16 0 0.25
HSL 194.65º 0.5% 0.5% -
HSV(B) 194.65º 0.67% 0.75% -
XYZ 23.74 29.57 53.17 -
YUV 133.83 159.7 77.48 -
System Red Green Blue C M Y K H S L
Decimal 63 159 190 0.67 0.16 0 0.25 194.65 0.5 0.5
Hex 3F 9F BE 43 10 0 19 C3 32 32
Octal 77 237 276 103 20 0 31 303 62 62
Binary 111111 10011111 10111110 1000011 10000 0 11001 11000011 110010 110010

Color Harmonies of #3F9FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9FBE

Black with #3F9FBE

Text Example


Text Example

White with #3F9FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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