#419EAA

Color #419EAA Boston Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Boston Blue #419EAA

Tints of Boston Blue #419EAA

Color information

#419EAA (or 0x419EAA) is unknown color: approx Boston Blue. HEX triplet: 41, 9E and AA. RGB value is (65,158,170). Sum of RGB (Red+Green+Blue) = 65+158+170=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #419EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419EAA is #BE6155. Grayscale: #838383. Windows color (decimal): -12476758 or 11181633. OLE color: 11181633.

HSL color Cylindrical-coordinate representation of color #419EAA: hue angle of 186.86º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #419EAA is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB65158170-
CMYK0.620.0700.33
HSL186.86º44.68%46.08%-
HSV(B)186.86º61.76%66.67%-
XYZ21.6628.4842.39-
YUV131.56149.6980.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.54%
GREEN value IS 158 (62.11% from 255) = 40.20%
BLUE value IS 170 (66.80% from 255) = 43.26%
R=16.54%
G=40.20%
B=43.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651581700.620.0700.33186.8644.6846.08
Hex419EAA3E7021bb2d2e
Octal1012362527670412735556
Binary10000011001111010101010111110111010000110111011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419EAA; }

 p { color: rgb(65,158,170); }

 H1.HeaderClassName
 {
   color: #419EAA;
 }
 .AnyTagClassName
 {
   color: #419EAA;
 }
</style>
background-color css

<style>
 a { background-color: #419EAA; }

 a { background-color: rgb(65,158,170); }

 div.DivClassName
 {
   background-color: #419EAA;
 }
 .BgClassName
 {
   background-color: #419EAA;
 }
</style>
border-color css

<style>
 span { border-color: #419EAA; }

 span { border-color: rgb(65,158,170); }

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