Html Css Color HEX #3A96B1 Boston Blue

📋 copy color: '#3A96B1'

red 58 ◦ green 150 ◦ blue 177

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

Shades of Boston Blue #3A96B1

Tints of Boston Blue #3A96B1

RGB

 RED value IS 58 (23.05% from 255) = 15.06%

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

 BLUE value IS 177 (69.53% from 255) = 45.97%

R = 15.06%
G = 38.96%
B = 45.97%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3A96B1 (or 0x3A96B1) is known color: Boston Blue. HEX triplet: 3A, 96 and B1. RGB value is (58,150,177). Sum of RGB (Red+Green+Blue) = 58+150+177=385 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.06% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 177 - color contains mainly: blue. Hex color #3A96B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A96B1 is #C5694E. Grayscale: #7D7D7D. Windows color (decimal): -12937551 or 11638330. OLE color: 11638330.

HSL color Cylindrical-coordinate representation of color #3A96B1: hue angle of 193.61º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A96B1 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 58 150 177 -
CMYK 0.67 0.15 0 0.31
HSL 193.61º 0.51% 0.46% -
HSV(B) 193.61º 0.67% 0.69% -
XYZ 20.59 25.89 45.51 -
YUV 125.57 157.02 79.8 -
System Red Green Blue C M Y K H S L
Decimal 58 150 177 0.67 0.15 0 0.31 193.61 0.51 0.46
Hex 3A 96 B1 43 F 0 1F C2 33 2E
Octal 72 226 261 103 17 0 37 302 63 56
Binary 111010 10010110 10110001 1000011 1111 0 11111 11000010 110011 101110

Color Harmonies of #3A96B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A96B1

Black with #3A96B1

Text Example


Text Example

White with #3A96B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,150,177); }

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

background-color css

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

 a { background-color: rgb(58,150,177); }

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

border-color css

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

 span { border-color: rgb(58,150,177); }

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