#42A0B3

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

Shades of Boston Blue #42A0B3

Tints of Boston Blue #42A0B3

Color information

#42A0B3 (or 0x42A0B3) is unknown color: approx Boston Blue. HEX triplet: 42, A0 and B3. RGB value is (66,160,179). Sum of RGB (Red+Green+Blue) = 66+160+179=405 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.30% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 179 - color contains mainly: blue. Hex color #42A0B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42A0B3 is #BD5F4C. Grayscale: #858585. Windows color (decimal): -12410701 or 11771970. OLE color: 11771970.

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

Color convert

RGB66160179-
CMYK0.630.1100.30
HSL190.09º46.12%48.04%-
HSV(B)190.09º63.13%70.2%-
XYZ22.9529.5547.14-
YUV134.06153.3679.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.30%
GREEN value IS 160 (62.89% from 255) = 39.51%
BLUE value IS 179 (70.31% from 255) = 44.20%
R=16.30%
G=39.51%
B=44.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal661601790.630.1100.30190.0946.1248.04
Hex42A0B33FB01Ebe2e30
Octal10224026377130362765660
Binary10000101010000010110011111111101101111010111110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42A0B3; }

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

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

<style>
 a { background-color: #42A0B3; }

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

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

<style>
 span { border-color: #42A0B3; }

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

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