Html Css Color HEX #428DA3 Boston Blue

📋 copy color: '#428DA3'

red 66 ◦ green 141 ◦ blue 163

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

Shades of Boston Blue #428DA3

Tints of Boston Blue #428DA3

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.11%

 BLUE value IS 163 (64.06% from 255) = 44.05%

R = 17.84%
G = 38.11%
B = 44.05%

CMYK

 C value IS 0.60

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#428DA3 (or 0x428DA3) is known color: Boston Blue. HEX triplet: 42, 8D and A3. RGB value is (66,141,163). Sum of RGB (Red+Green+Blue) = 66+141+163=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 163 (64.06% from 255 or 44.05% from 370); Max value from RGB is 163 - color contains mainly: blue. Hex color #428DA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428DA3 is #BD725C. Grayscale: #787878. Windows color (decimal): -12415581 or 10718530. OLE color: 10718530.

HSL color Cylindrical-coordinate representation of color #428DA3: hue angle of 193.61º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #428DA3 is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 141 163 -
CMYK 0.60 0.13 0 0.36
HSL 193.61º 0.42% 0.45% -
HSV(B) 193.61º 0.6% 0.64% -
XYZ 18.38 22.85 38.09 -
YUV 121.08 151.65 88.71 -
System Red Green Blue C M Y K H S L
Decimal 66 141 163 0.60 0.13 0 0.36 193.61 0.42 0.45
Hex 42 8D A3 3C D 0 24 C2 2A 2D
Octal 102 215 243 74 15 0 44 302 52 55
Binary 1000010 10001101 10100011 111100 1101 0 100100 11000010 101010 101101

Color Harmonies of #428DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428DA3

Black with #428DA3

Text Example


Text Example

White with #428DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,141,163); }

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

background-color css

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

 a { background-color: rgb(66,141,163); }

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

border-color css

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

 span { border-color: rgb(66,141,163); }

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