Html Css Color HEX #3A96BA Boston Blue

📋 copy color: '#3A96BA'

red 58 ◦ green 150 ◦ blue 186

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

Shades of Boston Blue #3A96BA

Tints of Boston Blue #3A96BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.21%

R = 14.72%
G = 38.07%
B = 47.21%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A96BA (or 0x3A96BA) is known color: Boston Blue. HEX triplet: 3A, 96 and BA. RGB value is (58,150,186). Sum of RGB (Red+Green+Blue) = 58+150+186=394 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.72% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A96BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A96BA is #C56945. Grayscale: #7E7E7E. Windows color (decimal): -12937542 or 12228154. OLE color: 12228154.

HSL color Cylindrical-coordinate representation of color #3A96BA: hue angle of 196.88º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A96BA is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 150 186 -
CMYK 0.69 0.19 0 0.27
HSL 196.88º 0.52% 0.48% -
HSV(B) 196.88º 0.69% 0.73% -
XYZ 21.51 26.26 50.39 -
YUV 126.6 161.52 79.07 -
System Red Green Blue C M Y K H S L
Decimal 58 150 186 0.69 0.19 0 0.27 196.88 0.52 0.48
Hex 3A 96 BA 45 13 0 1B C5 34 30
Octal 72 226 272 105 23 0 33 305 64 60
Binary 111010 10010110 10111010 1000101 10011 0 11011 11000101 110100 110000

Color Harmonies of #3A96BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A96BA

Black with #3A96BA

Text Example


Text Example

White with #3A96BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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