#429CC2

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

Shades of Boston Blue #429CC2

Tints of Boston Blue #429CC2

Color information

#429CC2 (or 0x429CC2) is unknown color: approx Boston Blue. HEX triplet: 42, 9C and C2. RGB value is (66,156,194). Sum of RGB (Red+Green+Blue) = 66+156+194=416 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.87% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 194 - color contains mainly: blue. Hex color #429CC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429CC2 is #BD633D. Grayscale: #858585. Windows color (decimal): -12411710 or 12753986. OLE color: 12753986.

HSL color Cylindrical-coordinate representation of color #429CC2: hue angle of 197.81º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #429CC2 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB66156194-
CMYK0.660.2000.24
HSL197.81º51.2%50.98%-
HSV(B)197.81º65.98%76.08%-
XYZ23.8728.8355.35-
YUV133.42162.1879.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.87%
GREEN value IS 156 (61.33% from 255) = 37.5%
BLUE value IS 194 (76.17% from 255) = 46.63%
R=15.87%
G=37.5%
B=46.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal661561940.660.2000.24197.8151.250.98
Hex429CC24214018c63333
Octal102234302102240303066363
Binary1000010100111001100001010000101010001100011000110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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