Html Css Color HEX #3A9ABB Boston Blue

📋 copy color: '#3A9ABB'

red 58 ◦ green 154 ◦ blue 187

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

Shades of Boston Blue #3A9ABB

Tints of Boston Blue #3A9ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.87%

R = 14.54%
G = 38.6%
B = 46.87%

CMYK

 C value IS 0.69

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3A9ABB (or 0x3A9ABB) is known color: Boston Blue. HEX triplet: 3A, 9A and BB. RGB value is (58,154,187). Sum of RGB (Red+Green+Blue) = 58+154+187=399 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.54% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #3A9ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A9ABB is #C56544. Grayscale: #808080. Windows color (decimal): -12936517 or 12294714. OLE color: 12294714.

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

Color convert

RGB 58 154 187 -
CMYK 0.69 0.18 0 0.27
HSL 195.35º 0.53% 0.48% -
HSV(B) 195.35º 0.69% 0.73% -
XYZ 22.27 27.6 51.17 -
YUV 129.06 160.7 77.32 -
System Red Green Blue C M Y K H S L
Decimal 58 154 187 0.69 0.18 0 0.27 195.35 0.53 0.48
Hex 3A 9A BB 45 12 0 1B C3 35 30
Octal 72 232 273 105 22 0 33 303 65 60
Binary 111010 10011010 10111011 1000101 10010 0 11011 11000011 110101 110000

Color Harmonies of #3A9ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9ABB

Black with #3A9ABB

Text Example


Text Example

White with #3A9ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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