Html Css Color HEX #3A9AAE Boston Blue

📋 copy color: '#3A9AAE'

red 58 ◦ green 154 ◦ blue 174

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

Shades of Boston Blue #3A9AAE

Tints of Boston Blue #3A9AAE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.9%

 BLUE value IS 174 (68.36% from 255) = 45.08%

R = 15.03%
G = 39.9%
B = 45.08%

CMYK

 C value IS 0.67

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3A9AAE (or 0x3A9AAE) is known color: Boston Blue. HEX triplet: 3A, 9A and AE. RGB value is (58,154,174). Sum of RGB (Red+Green+Blue) = 58+154+174=386 (51% of max value = 765). Red value is 58 (23.05% from 255 or 15.03% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A9AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9AAE is #C56551. Grayscale: #7F7F7F. Windows color (decimal): -12936530 or 11442746. OLE color: 11442746.

HSL color Cylindrical-coordinate representation of color #3A9AAE: hue angle of 190.34º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A9AAE is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 58 154 174 -
CMYK 0.67 0.11 0 0.32
HSL 190.34º 0.5% 0.45% -
HSV(B) 190.34º 0.67% 0.68% -
XYZ 20.94 27.07 44.17 -
YUV 127.58 154.2 78.37 -
System Red Green Blue C M Y K H S L
Decimal 58 154 174 0.67 0.11 0 0.32 190.34 0.5 0.45
Hex 3A 9A AE 43 B 0 20 BE 32 2D
Octal 72 232 256 103 13 0 40 276 62 55
Binary 111010 10011010 10101110 1000011 1011 0 100000 10111110 110010 101101

Color Harmonies of #3A9AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9AAE

Black with #3A9AAE

Text Example


Text Example

White with #3A9AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,154,174); }

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

background-color css

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

 a { background-color: rgb(58,154,174); }

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

border-color css

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

 span { border-color: rgb(58,154,174); }

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