Html Css Color HEX #3F9ABC Boston Blue

📋 copy color: '#3F9ABC'

red 63 ◦ green 154 ◦ blue 188

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

Shades of Boston Blue #3F9ABC

Tints of Boston Blue #3F9ABC

RGB

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

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

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

R = 15.56%
G = 38.02%
B = 46.42%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F9ABC (or 0x3F9ABC) is known color: Boston Blue. HEX triplet: 3F, 9A and BC. RGB value is (63,154,188). Sum of RGB (Red+Green+Blue) = 63+154+188=405 (53% of max value = 765). Red value is 63 (25% from 255 or 15.56% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F9ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9ABC is #C06543. Grayscale: #828282. Windows color (decimal): -12608836 or 12360255. OLE color: 12360255.

HSL color Cylindrical-coordinate representation of color #3F9ABC: hue angle of 196.32º 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 #3F9ABC is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 63 154 188 -
CMYK 0.66 0.18 0 0.26
HSL 196.32º 0.5% 0.49% -
HSV(B) 196.32º 0.66% 0.74% -
XYZ 22.68 27.8 51.75 -
YUV 130.67 160.35 79.74 -
System Red Green Blue C M Y K H S L
Decimal 63 154 188 0.66 0.18 0 0.26 196.32 0.5 0.49
Hex 3F 9A BC 42 12 0 1A C4 32 31
Octal 77 232 274 102 22 0 32 304 62 61
Binary 111111 10011010 10111100 1000010 10010 0 11010 11000100 110010 110001

Color Harmonies of #3F9ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9ABC

Black with #3F9ABC

Text Example


Text Example

White with #3F9ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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