#42A5AA

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

Shades of Boston Blue #42A5AA

Tints of Boston Blue #42A5AA

Color information

#42A5AA (or 0x42A5AA) is unknown color: approx Boston Blue. HEX triplet: 42, A5 and AA. RGB value is (66,165,170). Sum of RGB (Red+Green+Blue) = 66+165+170=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #42A5AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A5AA is #BD5A55. Grayscale: #878787. Windows color (decimal): -12409430 or 11183426. OLE color: 11183426.

HSL color Cylindrical-coordinate representation of color #42A5AA: hue angle of 182.88º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42A5AA is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB66165170-
CMYK0.610.0300.33
HSL182.88º44.07%46.27%-
HSV(B)182.88º61.18%66.67%-
XYZ22.9630.9742.8-
YUV135.97147.278.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.46%
GREEN value IS 165 (64.84% from 255) = 41.15%
BLUE value IS 170 (66.80% from 255) = 42.39%
R=16.46%
G=41.15%
B=42.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661651700.610.0300.33182.8844.0746.27
Hex42A5AA3D3021b72c2e
Octal1022452527530412675456
Binary1000010101001011010101011110111010000110110111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A5AA; }

 p { color: rgb(66,165,170); }

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

<style>
 a { background-color: #42A5AA; }

 a { background-color: rgb(66,165,170); }

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

<style>
 span { border-color: #42A5AA; }

 span { border-color: rgb(66,165,170); }

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