#429BB2

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

Shades of Boston Blue #429BB2

Tints of Boston Blue #429BB2

Color information

#429BB2 (or 0x429BB2) is unknown color: approx Boston Blue. HEX triplet: 42, 9B and B2. RGB value is (66,155,178). Sum of RGB (Red+Green+Blue) = 66+155+178=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 178 (69.92% from 255 or 44.61% from 399); Max value from RGB is 178 - color contains mainly: blue. Hex color #429BB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #429BB2 is #BD644D. Grayscale: #828282. Windows color (decimal): -12411982 or 11705154. OLE color: 11705154.

HSL color Cylindrical-coordinate representation of color #429BB2: hue angle of 192.32º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #429BB2 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB66155178-
CMYK0.630.1300.30
HSL192.32º45.9%47.84%-
HSV(B)192.32º62.92%69.8%-
XYZ2227.8246.33-
YUV131.01154.5181.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.54%
GREEN value IS 155 (60.94% from 255) = 38.85%
BLUE value IS 178 (69.92% from 255) = 44.61%
R=16.54%
G=38.85%
B=44.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal661551780.630.1300.30192.3245.947.84
Hex429BB23FD01Ec02e30
Octal10223326277150363005660
Binary10000101001101110110010111111110101111011000000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429BB2; }

 p { color: rgb(66,155,178); }

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

<style>
 a { background-color: #429BB2; }

 a { background-color: rgb(66,155,178); }

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

<style>
 span { border-color: #429BB2; }

 span { border-color: rgb(66,155,178); }

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