Html Css Color HEX #3F9ABF Boston Blue

📋 copy color: '#3F9ABF'

red 63 ◦ green 154 ◦ blue 191

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

Shades of Boston Blue #3F9ABF

Tints of Boston Blue #3F9ABF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.75%

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

R = 15.44%
G = 37.75%
B = 46.81%

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

#3F9ABF (or 0x3F9ABF) is known color: Boston Blue. HEX triplet: 3F, 9A and BF. RGB value is (63,154,191). Sum of RGB (Red+Green+Blue) = 63+154+191=408 (54% of max value = 765). Red value is 63 (25% from 255 or 15.44% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F9ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9ABF is #C06540. Grayscale: #828282. Windows color (decimal): -12608833 or 12556863. OLE color: 12556863.

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

Color convert

RGB 63 154 191 -
CMYK 0.67 0.19 0 0.25
HSL 197.34º 0.5% 0.5% -
HSV(B) 197.34º 0.67% 0.75% -
XYZ 23.01 27.93 53.47 -
YUV 131.01 161.85 79.49 -
System Red Green Blue C M Y K H S L
Decimal 63 154 191 0.67 0.19 0 0.25 197.34 0.5 0.5
Hex 3F 9A BF 43 13 0 19 C5 32 32
Octal 77 232 277 103 23 0 31 305 62 62
Binary 111111 10011010 10111111 1000011 10011 0 11001 11000101 110010 110010

Color Harmonies of #3F9ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9ABF

Black with #3F9ABF

Text Example


Text Example

White with #3F9ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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