#418FAA

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

Shades of Boston Blue #418FAA

Tints of Boston Blue #418FAA

Color information

#418FAA (or 0x418FAA) is unknown color: approx Boston Blue. HEX triplet: 41, 8F and AA. RGB value is (65,143,170). Sum of RGB (Red+Green+Blue) = 65+143+170=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #418FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418FAA is #BE7055. Grayscale: #7A7A7A. Windows color (decimal): -12480598 or 11177793. OLE color: 11177793.

HSL color Cylindrical-coordinate representation of color #418FAA: hue angle of 195.43º 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 #418FAA is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB65143170-
CMYK0.620.1600.33
HSL195.43º44.68%46.08%-
HSV(B)195.43º61.76%66.67%-
XYZ19.2623.6741.58-
YUV122.76154.6686.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.20%
GREEN value IS 143 (56.25% from 255) = 37.83%
BLUE value IS 170 (66.80% from 255) = 44.97%
R=17.20%
G=37.83%
B=44.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651431700.620.1600.33195.4344.6846.08
Hex418FAA3E10021c32d2e
Octal10121725276200413035556
Binary1000001100011111010101011111010000010000111000011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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