#3D8AAF

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

Shades of Boston Blue #3D8AAF

Tints of Boston Blue #3D8AAF

Color information

#3D8AAF (or 0x3D8AAF) is unknown color: approx Boston Blue. HEX triplet: 3D, 8A and AF. RGB value is (61,138,175). Sum of RGB (Red+Green+Blue) = 61+138+175=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D8AAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8AAF is #C27550. Grayscale: #767676. Windows color (decimal): -12744017 or 11504189. OLE color: 11504189.

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

Color convert

RGB61138175-
CMYK0.650.2100.31
HSL199.47º48.31%46.27%-
HSV(B)199.47º65.14%68.63%-
XYZ18.7522.2643.87-
YUV119.2159.4986.49-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.31%
GREEN value IS 138 (54.30% from 255) = 36.90%
BLUE value IS 175 (68.75% from 255) = 46.79%
R=16.31%
G=36.90%
B=46.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal611381750.650.2100.31199.4748.3146.27
Hex3D8AAF411501Fc7302e
Octal75212257101250373076056
Binary111101100010101010111110000011010101111111000111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,138,175); }

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

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

 a { background-color: rgb(61,138,175); }

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

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

 span { border-color: rgb(61,138,175); }

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