Html Css Color HEX #3F98BC Boston Blue

📋 copy color: '#3F98BC'

red 63 ◦ green 152 ◦ blue 188

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

Shades of Boston Blue #3F98BC

Tints of Boston Blue #3F98BC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.72%

 BLUE value IS 188 (73.83% from 255) = 46.65%

R = 15.63%
G = 37.72%
B = 46.65%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F98BC (or 0x3F98BC) is known color: Boston Blue. HEX triplet: 3F, 98 and BC. RGB value is (63,152,188). Sum of RGB (Red+Green+Blue) = 63+152+188=403 (53% of max value = 765). Red value is 63 (25% from 255 or 15.63% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F98BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F98BC is #C06743. Grayscale: #818181. Windows color (decimal): -12609348 or 12359743. OLE color: 12359743.

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

Color convert

RGB 63 152 188 -
CMYK 0.66 0.19 0 0.26
HSL 197.28º 0.5% 0.49% -
HSV(B) 197.28º 0.66% 0.74% -
XYZ 22.36 27.14 51.64 -
YUV 129.49 161.01 80.57 -
System Red Green Blue C M Y K H S L
Decimal 63 152 188 0.66 0.19 0 0.26 197.28 0.5 0.49
Hex 3F 98 BC 42 13 0 1A C5 32 31
Octal 77 230 274 102 23 0 32 305 62 61
Binary 111111 10011000 10111100 1000010 10011 0 11010 11000101 110010 110001

Color Harmonies of #3F98BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F98BC

Black with #3F98BC

Text Example


Text Example

White with #3F98BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,152,188); }

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

background-color css

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

 a { background-color: rgb(63,152,188); }

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

border-color css

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

 span { border-color: rgb(63,152,188); }

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