Html Css Color HEX #428CAA Boston Blue

📋 copy color: '#428CAA'

red 66 ◦ green 140 ◦ blue 170

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

Shades of Boston Blue #428CAA

Tints of Boston Blue #428CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.23%

 BLUE value IS 170 (66.8% from 255) = 45.21%

R = 17.55%
G = 37.23%
B = 45.21%

CMYK

 C value IS 0.61

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#428CAA (or 0x428CAA) is known color: Boston Blue. HEX triplet: 42, 8C and AA. RGB value is (66,140,170). Sum of RGB (Red+Green+Blue) = 66+140+170=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #428CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428CAA is #BD7355. Grayscale: #797979. Windows color (decimal): -12415830 or 11177026. OLE color: 11177026.

HSL color Cylindrical-coordinate representation of color #428CAA: hue angle of 197.31º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #428CAA is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 140 170 -
CMYK 0.61 0.18 0 0.33
HSL 197.31º 0.44% 0.46% -
HSV(B) 197.31º 0.61% 0.67% -
XYZ 18.88 22.82 41.44 -
YUV 121.29 155.48 88.56 -
System Red Green Blue C M Y K H S L
Decimal 66 140 170 0.61 0.18 0 0.33 197.31 0.44 0.46
Hex 42 8C AA 3D 12 0 21 C5 2C 2E
Octal 102 214 252 75 22 0 41 305 54 56
Binary 1000010 10001100 10101010 111101 10010 0 100001 11000101 101100 101110

Color Harmonies of #428CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428CAA

Black with #428CAA

Text Example


Text Example

White with #428CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428CAA; }

 p { color: rgb(66,140,170); }

 H1.HeaderClassName
 {
   color: #428CAA;
 }
 .AnyTagClassName
 {
   color: #428CAA;
 }
</style>

background-color css

<style>
 a { background-color: #428CAA; }

 a { background-color: rgb(66,140,170); }

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

border-color css

<style>
 span { border-color: #428CAA; }

 span { border-color: rgb(66,140,170); }

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