Html Css Color HEX #3A97BA Boston Blue

📋 copy color: '#3A97BA'

red 58 ◦ green 151 ◦ blue 186

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

Shades of Boston Blue #3A97BA

Tints of Boston Blue #3A97BA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.23%

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

R = 14.68%
G = 38.23%
B = 47.09%

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

#3A97BA (or 0x3A97BA) is known color: Boston Blue. HEX triplet: 3A, 97 and BA. RGB value is (58,151,186). Sum of RGB (Red+Green+Blue) = 58+151+186=395 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.68% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A97BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A97BA is #C56845. Grayscale: #7E7E7E. Windows color (decimal): -12937286 or 12228410. OLE color: 12228410.

HSL color Cylindrical-coordinate representation of color #3A97BA: hue angle of 196.41º 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 #3A97BA is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 151 186 -
CMYK 0.69 0.19 0 0.27
HSL 196.41º 0.52% 0.48% -
HSV(B) 196.41º 0.69% 0.73% -
XYZ 21.67 26.58 50.44 -
YUV 127.18 161.19 78.65 -
System Red Green Blue C M Y K H S L
Decimal 58 151 186 0.69 0.19 0 0.27 196.41 0.52 0.48
Hex 3A 97 BA 45 13 0 1B C4 34 30
Octal 72 227 272 105 23 0 33 304 64 60
Binary 111010 10010111 10111010 1000101 10011 0 11011 11000100 110100 110000

Color Harmonies of #3A97BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A97BA

Black with #3A97BA

Text Example


Text Example

White with #3A97BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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