Html Css Color HEX #3F9BAC Boston Blue

📋 copy color: '#3F9BAC'

red 63 ◦ green 155 ◦ blue 172

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

Shades of Boston Blue #3F9BAC

Tints of Boston Blue #3F9BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.1%

R = 16.15%
G = 39.74%
B = 44.1%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F9BAC (or 0x3F9BAC) is known color: Boston Blue. HEX triplet: 3F, 9B and AC. RGB value is (63,155,172). Sum of RGB (Red+Green+Blue) = 63+155+172=390 (51% of max value = 765). Red value is 63 (25% from 255 or 16.15% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F9BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9BAC is #C06453. Grayscale: #818181. Windows color (decimal): -12608596 or 11311935. OLE color: 11311935.

HSL color Cylindrical-coordinate representation of color #3F9BAC: hue angle of 189.36º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F9BAC is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 63 155 172 -
CMYK 0.63 0.10 0 0.33
HSL 189.36º 0.46% 0.46% -
HSV(B) 189.36º 0.63% 0.67% -
XYZ 21.22 27.48 43.22 -
YUV 129.43 152.02 80.62 -
System Red Green Blue C M Y K H S L
Decimal 63 155 172 0.63 0.10 0 0.33 189.36 0.46 0.46
Hex 3F 9B AC 3F A 0 21 BD 2E 2E
Octal 77 233 254 77 12 0 41 275 56 56
Binary 111111 10011011 10101100 111111 1010 0 100001 10111101 101110 101110

Color Harmonies of #3F9BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9BAC

Black with #3F9BAC

Text Example


Text Example

White with #3F9BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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