Html Css Color HEX #3F96B6 Boston Blue

📋 copy color: '#3F96B6'

red 63 ◦ green 150 ◦ blue 182

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

Shades of Boston Blue #3F96B6

Tints of Boston Blue #3F96B6

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.97%

 BLUE value IS 182 (71.48% from 255) = 46.08%

R = 15.95%
G = 37.97%
B = 46.08%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3F96B6 (or 0x3F96B6) is known color: Boston Blue. HEX triplet: 3F, 96 and B6. RGB value is (63,150,182). Sum of RGB (Red+Green+Blue) = 63+150+182=395 (52% of max value = 765). Red value is 63 (25% from 255 or 15.95% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 182 - color contains mainly: blue. Hex color #3F96B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3F96B6 is #C06949. Grayscale: #7F7F7F. Windows color (decimal): -12609866 or 11966015. OLE color: 11966015.

HSL color Cylindrical-coordinate representation of color #3F96B6: hue angle of 196.13º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F96B6 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 63 150 182 -
CMYK 0.65 0.18 0 0.29
HSL 196.13º 0.49% 0.48% -
HSV(B) 196.13º 0.65% 0.71% -
XYZ 21.4 26.25 48.19 -
YUV 127.64 158.68 81.9 -
System Red Green Blue C M Y K H S L
Decimal 63 150 182 0.65 0.18 0 0.29 196.13 0.49 0.48
Hex 3F 96 B6 41 12 0 1D C4 31 30
Octal 77 226 266 101 22 0 35 304 61 60
Binary 111111 10010110 10110110 1000001 10010 0 11101 11000100 110001 110000

Color Harmonies of #3F96B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F96B6

Black with #3F96B6

Text Example


Text Example

White with #3F96B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,150,182); }

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

background-color css

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

 a { background-color: rgb(63,150,182); }

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

border-color css

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

 span { border-color: rgb(63,150,182); }

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