#429CB3

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

Shades of Boston Blue #429CB3

Tints of Boston Blue #429CB3

Color information

#429CB3 (or 0x429CB3) is unknown color: approx Boston Blue. HEX triplet: 42, 9C and B3. RGB value is (66,156,179). Sum of RGB (Red+Green+Blue) = 66+156+179=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 179 - color contains mainly: blue. Hex color #429CB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429CB3 is #BD634C. Grayscale: #838383. Windows color (decimal): -12411725 or 11770946. OLE color: 11770946.

HSL color Cylindrical-coordinate representation of color #429CB3: hue angle of 192.21º 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 #429CB3 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB66156179-
CMYK0.630.1300.30
HSL192.21º46.12%48.04%-
HSV(B)192.21º63.13%70.2%-
XYZ22.2728.1946.92-
YUV131.71154.6881.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.46%
GREEN value IS 156 (61.33% from 255) = 38.90%
BLUE value IS 179 (70.31% from 255) = 44.64%
R=16.46%
G=38.90%
B=44.64%

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
Decimal661561790.630.1300.30192.2146.1248.04
Hex429CB33FD01Ec02e30
Octal10223426377150363005660
Binary10000101001110010110011111111110101111011000000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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