#429CBE

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

Shades of Boston Blue #429CBE

Tints of Boston Blue #429CBE

Color information

#429CBE (or 0x429CBE) is unknown color: approx Boston Blue. HEX triplet: 42, 9C and BE. RGB value is (66,156,190). Sum of RGB (Red+Green+Blue) = 66+156+190=412 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.02% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #429CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429CBE is #BD6341. Grayscale: #848484. Windows color (decimal): -12411714 or 12491842. OLE color: 12491842.

HSL color Cylindrical-coordinate representation of color #429CBE: hue angle of 196.45º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #429CBE is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66156190-
CMYK0.650.1800.25
HSL196.45º48.82%50.2%-
HSV(B)196.45º65.26%74.51%-
XYZ23.4328.6553.01-
YUV132.97160.1880.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.02%
GREEN value IS 156 (61.33% from 255) = 37.86%
BLUE value IS 190 (74.61% from 255) = 46.12%
R=16.02%
G=37.86%
B=46.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661561900.650.1800.25196.4548.8250.2
Hex429CBE4112019c43132
Octal102234276101220313046162
Binary1000010100111001011111010000011001001100111000100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,156,190); }

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

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

 a { background-color: rgb(66,156,190); }

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

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

 span { border-color: rgb(66,156,190); }

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