#418BA2

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

Shades of Boston Blue #418BA2

Tints of Boston Blue #418BA2

Color information

#418BA2 (or 0x418BA2) is unknown color: approx Boston Blue. HEX triplet: 41, 8B and A2. RGB value is (65,139,162). Sum of RGB (Red+Green+Blue) = 65+139+162=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 162 - color contains mainly: blue. Hex color #418BA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418BA2 is #BE745D. Grayscale: #777777. Windows color (decimal): -12481630 or 10652481. OLE color: 10652481.

HSL color Cylindrical-coordinate representation of color #418BA2: hue angle of 194.23º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #418BA2 is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB65139162-
CMYK0.600.1400.36
HSL194.23º42.73%44.51%-
HSV(B)194.23º59.88%63.53%-
XYZ17.9322.237.52-
YUV119.5151.9889.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.76%
GREEN value IS 139 (54.69% from 255) = 37.98%
BLUE value IS 162 (63.67% from 255) = 44.26%
R=17.76%
G=37.98%
B=44.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal651391620.600.1400.36194.2342.7344.51
Hex418BA23CE024c22b2d
Octal10121324274160443025355
Binary100000110001011101000101111001110010010011000010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418BA2; }

 p { color: rgb(65,139,162); }

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

<style>
 a { background-color: #418BA2; }

 a { background-color: rgb(65,139,162); }

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

<style>
 span { border-color: #418BA2; }

 span { border-color: rgb(65,139,162); }

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