Html Css Color HEX #3F9EBE Boston Blue

📋 copy color: '#3F9EBE'

red 63 ◦ green 158 ◦ blue 190

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

Shades of Boston Blue #3F9EBE

Tints of Boston Blue #3F9EBE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.44%

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

R = 15.33%
G = 38.44%
B = 46.23%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F9EBE (or 0x3F9EBE) is known color: Boston Blue. HEX triplet: 3F, 9E and BE. RGB value is (63,158,190). Sum of RGB (Red+Green+Blue) = 63+158+190=411 (54% of max value = 765). Red value is 63 (25% from 255 or 15.33% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F9EBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9EBE is #C06141. Grayscale: #858585. Windows color (decimal): -12607810 or 12492351. OLE color: 12492351.

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

Color convert

RGB 63 158 190 -
CMYK 0.67 0.17 0 0.25
HSL 195.12º 0.5% 0.5% -
HSV(B) 195.12º 0.67% 0.75% -
XYZ 23.57 29.23 53.11 -
YUV 133.24 160.03 77.9 -
System Red Green Blue C M Y K H S L
Decimal 63 158 190 0.67 0.17 0 0.25 195.12 0.5 0.5
Hex 3F 9E BE 43 11 0 19 C3 32 32
Octal 77 236 276 103 21 0 31 303 62 62
Binary 111111 10011110 10111110 1000011 10001 0 11001 11000011 110010 110010

Color Harmonies of #3F9EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9EBE

Black with #3F9EBE

Text Example


Text Example

White with #3F9EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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