Html Css Color HEX #429CBC Boston Blue

📋 copy color: '#429CBC'

red 66 ◦ green 156 ◦ blue 188

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

Shades of Boston Blue #429CBC

Tints of Boston Blue #429CBC

RGB

 RED value IS 66 (26.17% from 255) = 16.1%

 GREEN value IS 156 (61.33% from 255) = 38.05%

 BLUE value IS 188 (73.83% from 255) = 45.85%

R = 16.1%
G = 38.05%
B = 45.85%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#429CBC (or 0x429CBC) is known color: Boston Blue. HEX triplet: 42, 9C and BC. RGB value is (66,156,188). Sum of RGB (Red+Green+Blue) = 66+156+188=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #429CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429CBC is #BD6343. Grayscale: #848484. Windows color (decimal): -12411716 or 12360770. OLE color: 12360770.

HSL color Cylindrical-coordinate representation of color #429CBC: hue angle of 195.74º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #429CBC is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 156 188 -
CMYK 0.65 0.17 0 0.26
HSL 195.74º 0.48% 0.5% -
HSV(B) 195.74º 0.65% 0.74% -
XYZ 23.21 28.57 51.87 -
YUV 132.74 159.18 80.4 -
System Red Green Blue C M Y K H S L
Decimal 66 156 188 0.65 0.17 0 0.26 195.74 0.48 0.5
Hex 42 9C BC 41 11 0 1A C4 30 32
Octal 102 234 274 101 21 0 32 304 60 62
Binary 1000010 10011100 10111100 1000001 10001 0 11010 11000100 110000 110010

Color Harmonies of #429CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #429CBC

Black with #429CBC

Text Example


Text Example

White with #429CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #429CBC;
 }
 .AnyTagClassName
 {
   color: #429CBC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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