Html Css Color HEX #3F92AD Boston Blue

📋 copy color: '#3F92AD'

red 63 ◦ green 146 ◦ blue 173

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

Shades of Boston Blue #3F92AD

Tints of Boston Blue #3F92AD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.22%

 BLUE value IS 173 (67.97% from 255) = 45.29%

R = 16.49%
G = 38.22%
B = 45.29%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3F92AD (or 0x3F92AD) is known color: Boston Blue. HEX triplet: 3F, 92 and AD. RGB value is (63,146,173). Sum of RGB (Red+Green+Blue) = 63+146+173=382 (50% of max value = 765). Red value is 63 (25% from 255 or 16.49% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F92AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F92AD is #C06D52. Grayscale: #7C7C7C. Windows color (decimal): -12610899 or 11375167. OLE color: 11375167.

HSL color Cylindrical-coordinate representation of color #3F92AD: hue angle of 194.73º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F92AD is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 63 146 173 -
CMYK 0.64 0.16 0 0.32
HSL 194.73º 0.47% 0.46% -
HSV(B) 194.73º 0.64% 0.68% -
XYZ 19.87 24.63 43.24 -
YUV 124.26 155.5 84.3 -
System Red Green Blue C M Y K H S L
Decimal 63 146 173 0.64 0.16 0 0.32 194.73 0.47 0.46
Hex 3F 92 AD 40 10 0 20 C3 2F 2E
Octal 77 222 255 100 20 0 40 303 57 56
Binary 111111 10010010 10101101 1000000 10000 0 100000 11000011 101111 101110

Color Harmonies of #3F92AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F92AD

Black with #3F92AD

Text Example


Text Example

White with #3F92AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,146,173); }

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

background-color css

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

 a { background-color: rgb(63,146,173); }

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

border-color css

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

 span { border-color: rgb(63,146,173); }

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