Html Css Color HEX #3F9AC0 Boston Blue

📋 copy color: '#3F9AC0'

red 63 ◦ green 154 ◦ blue 192

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

Shades of Boston Blue #3F9AC0

Tints of Boston Blue #3F9AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.94%

R = 15.4%
G = 37.65%
B = 46.94%

CMYK

 C value IS 0.67

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3F9AC0 (or 0x3F9AC0) is known color: Boston Blue. HEX triplet: 3F, 9A and C0. RGB value is (63,154,192). Sum of RGB (Red+Green+Blue) = 63+154+192=409 (54% of max value = 765). Red value is 63 (25% from 255 or 15.40% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: blue. Hex color #3F9AC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F9AC0 is #C0653F. Grayscale: #828282. Windows color (decimal): -12608832 or 12622399. OLE color: 12622399.

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

Color convert

RGB 63 154 192 -
CMYK 0.67 0.20 0 0.25
HSL 197.67º 0.51% 0.5% -
HSV(B) 197.67º 0.67% 0.75% -
XYZ 23.12 27.97 54.05 -
YUV 131.12 162.35 79.41 -
System Red Green Blue C M Y K H S L
Decimal 63 154 192 0.67 0.20 0 0.25 197.67 0.51 0.5
Hex 3F 9A C0 43 14 0 19 C6 33 32
Octal 77 232 300 103 24 0 31 306 63 62
Binary 111111 10011010 11000000 1000011 10100 0 11001 11000110 110011 110010

Color Harmonies of #3F9AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9AC0

Black with #3F9AC0

Text Example


Text Example

White with #3F9AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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