#3A9DAD

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

Shades of Boston Blue #3A9DAD

Tints of Boston Blue #3A9DAD

Color information

#3A9DAD (or 0x3A9DAD) is unknown color: approx Boston Blue. HEX triplet: 3A, 9D and AD. RGB value is (58,157,173). Sum of RGB (Red+Green+Blue) = 58+157+173=388 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.95% from 388); Green value is 157 (61.72% from 255 or 40.46% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A9DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9DAD is #C56252. Grayscale: #818181. Windows color (decimal): -12935763 or 11377978. OLE color: 11377978.

HSL color Cylindrical-coordinate representation of color #3A9DAD: hue angle of 188.35º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A9DAD is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB58157173-
CMYK0.660.0900.32
HSL188.35º49.78%45.29%-
HSV(B)188.35º66.47%67.84%-
XYZ21.3428.0343.82-
YUV129.22152.777.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.95%
GREEN value IS 157 (61.72% from 255) = 40.46%
BLUE value IS 173 (67.97% from 255) = 44.59%
R=14.95%
G=40.46%
B=44.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal581571730.660.0900.32188.3549.7845.29
Hex3A9DAD429020bc322d
Octal72235255102110402746255
Binary111010100111011010110110000101001010000010111100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,157,173); }

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

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

 a { background-color: rgb(58,157,173); }

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

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

 span { border-color: rgb(58,157,173); }

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