#3C9AAF

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

Shades of Boston Blue #3C9AAF

Tints of Boston Blue #3C9AAF

Color information

#3C9AAF (or 0x3C9AAF) is unknown color: approx Boston Blue. HEX triplet: 3C, 9A and AF. RGB value is (60,154,175). Sum of RGB (Red+Green+Blue) = 60+154+175=389 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.42% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C9AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9AAF is #C36550. Grayscale: #808080. Windows color (decimal): -12805457 or 11508284. OLE color: 11508284.

HSL color Cylindrical-coordinate representation of color #3C9AAF: hue angle of 190.96º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C9AAF is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB60154175-
CMYK0.660.1200.31
HSL190.96º48.94%46.08%-
HSV(B)190.96º65.71%68.63%-
XYZ21.1627.1744.69-
YUV128.29154.3679.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.42%
GREEN value IS 154 (60.55% from 255) = 39.59%
BLUE value IS 175 (68.75% from 255) = 44.99%
R=15.42%
G=39.59%
B=44.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal601541750.660.1200.31190.9648.9446.08
Hex3C9AAF42C01Fbf312e
Octal74232257102140372776156
Binary11110010011010101011111000010110001111110111111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,154,175); }

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

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

 a { background-color: rgb(60,154,175); }

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

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

 span { border-color: rgb(60,154,175); }

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