#429CBA

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

Shades of Boston Blue #429CBA

Tints of Boston Blue #429CBA

Color information

#429CBA (or 0x429CBA) is unknown color: approx Boston Blue. HEX triplet: 42, 9C and BA. RGB value is (66,156,186). Sum of RGB (Red+Green+Blue) = 66+156+186=408 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.18% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #429CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429CBA is #BD6345. Grayscale: #848484. Windows color (decimal): -12411718 or 12229698. OLE color: 12229698.

HSL color Cylindrical-coordinate representation of color #429CBA: hue angle of 195º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #429CBA is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB66156186-
CMYK0.650.1600.27
HSL195º47.62%49.41%-
HSV(B)195º64.52%72.94%-
XYZ2328.4850.74-
YUV132.51158.1880.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.18%
GREEN value IS 156 (61.33% from 255) = 38.24%
BLUE value IS 186 (73.05% from 255) = 45.59%
R=16.18%
G=38.24%
B=45.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661561860.650.1600.2719547.6249.41
Hex429CBA411001Bc33031
Octal102234272101200333036061
Binary1000010100111001011101010000011000001101111000011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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