Html Css Color HEX #429CBA Boston Blue

📋 copy color: '#429CBA'

red 66 ◦ green 156 ◦ blue 186

#429CBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Boston Blue #429CBA

Tints of Boston Blue #429CBA

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 value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#429CBA (or 0x429CBA) is known color: 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

RGB 66 156 186 -
CMYK 0.65 0.16 0 0.27
HSL 195º 0.48% 0.49% -
HSV(B) 195º 0.65% 0.73% -
XYZ 23 28.48 50.74 -
YUV 132.51 158.18 80.56 -
System Red Green Blue C M Y K H S L
Decimal 66 156 186 0.65 0.16 0 0.27 195 0.48 0.49
Hex 42 9C BA 41 10 0 1B C3 30 31
Octal 102 234 272 101 20 0 33 303 60 61
Binary 1000010 10011100 10111010 1000001 10000 0 11011 11000011 110000 110001

Color Harmonies of #429CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429CBA

Black with #429CBA

Text Example


Text Example

White with #429CBA

Text Example


Text Example

HTML Codes & Css Web 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>