#428EA2

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

Shades of Boston Blue #428EA2

Tints of Boston Blue #428EA2

Color information

#428EA2 (or 0x428EA2) is unknown color: approx Boston Blue. HEX triplet: 42, 8E and A2. RGB value is (66,142,162). Sum of RGB (Red+Green+Blue) = 66+142+162=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 162 - color contains mainly: blue. Hex color #428EA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428EA2 is #BD715D. Grayscale: #797979. Windows color (decimal): -12415326 or 10653250. OLE color: 10653250.

HSL color Cylindrical-coordinate representation of color #428EA2: hue angle of 192.5º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #428EA2 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB66142162-
CMYK0.590.1200.36
HSL192.5º42.11%44.71%-
HSV(B)192.5º59.26%63.53%-
XYZ18.4423.1137.67-
YUV121.56150.8288.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.84%
GREEN value IS 142 (55.86% from 255) = 38.38%
BLUE value IS 162 (63.67% from 255) = 43.78%
R=17.84%
G=38.38%
B=43.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661421620.590.1200.36192.542.1144.71
Hex428EA23BC024c02a2d
Octal10221624273140443005255
Binary100001010001110101000101110111100010010011000000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428EA2; }

 p { color: rgb(66,142,162); }

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

<style>
 a { background-color: #428EA2; }

 a { background-color: rgb(66,142,162); }

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

<style>
 span { border-color: #428EA2; }

 span { border-color: rgb(66,142,162); }

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