#3C90AB

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

Shades of Boston Blue #3C90AB

Tints of Boston Blue #3C90AB

Color information

#3C90AB (or 0x3C90AB) is unknown color: approx Boston Blue. HEX triplet: 3C, 90 and AB. RGB value is (60,144,171). Sum of RGB (Red+Green+Blue) = 60+144+171=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C90AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C90AB is #C36F54. Grayscale: #797979. Windows color (decimal): -12808021 or 11243580. OLE color: 11243580.

HSL color Cylindrical-coordinate representation of color #3C90AB: hue angle of 194.59º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C90AB is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB60144171-
CMYK0.650.1600.33
HSL194.59º48.05%45.29%-
HSV(B)194.59º64.91%67.06%-
XYZ19.1923.8542.12-
YUV121.96155.6783.8-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16%
GREEN value IS 144 (56.64% from 255) = 38.4%
BLUE value IS 171 (67.19% from 255) = 45.6%
R=16%
G=38.4%
B=45.6%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal601441710.650.1600.33194.5948.0545.29
Hex3C90AB4110021c3302d
Octal74220253101200413036055
Binary1111001001000010101011100000110000010000111000011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C90AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C90AB; }

 p { color: rgb(60,144,171); }

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

<style>
 a { background-color: #3C90AB; }

 a { background-color: rgb(60,144,171); }

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

<style>
 span { border-color: #3C90AB; }

 span { border-color: rgb(60,144,171); }

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