Html Css Color HEX #3F9CBB Boston Blue

📋 copy color: '#3F9CBB'

red 63 ◦ green 156 ◦ blue 187

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

Shades of Boston Blue #3F9CBB

Tints of Boston Blue #3F9CBB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.42%

 BLUE value IS 187 (73.44% from 255) = 46.06%

R = 15.52%
G = 38.42%
B = 46.06%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3F9CBB (or 0x3F9CBB) is known color: Boston Blue. HEX triplet: 3F, 9C and BB. RGB value is (63,156,187). Sum of RGB (Red+Green+Blue) = 63+156+187=406 (53% of max value = 765). Red value is 63 (25% from 255 or 15.52% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F9CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9CBB is #C06344. Grayscale: #838383. Windows color (decimal): -12608325 or 12295231. OLE color: 12295231.

HSL color Cylindrical-coordinate representation of color #3F9CBB: hue angle of 195º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F9CBB is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 63 156 187 -
CMYK 0.66 0.17 0 0.27
HSL 195º 0.5% 0.49% -
HSV(B) 195º 0.66% 0.73% -
XYZ 22.91 28.42 51.29 -
YUV 131.73 159.19 78.98 -
System Red Green Blue C M Y K H S L
Decimal 63 156 187 0.66 0.17 0 0.27 195 0.5 0.49
Hex 3F 9C BB 42 11 0 1B C3 32 31
Octal 77 234 273 102 21 0 33 303 62 61
Binary 111111 10011100 10111011 1000010 10001 0 11011 11000011 110010 110001

Color Harmonies of #3F9CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9CBB

Black with #3F9CBB

Text Example


Text Example

White with #3F9CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,156,187); }

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

background-color css

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

 a { background-color: rgb(63,156,187); }

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

border-color css

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

 span { border-color: rgb(63,156,187); }

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