#3D8DAF

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

Shades of Boston Blue #3D8DAF

Tints of Boston Blue #3D8DAF

Color information

#3D8DAF (or 0x3D8DAF) is unknown color: approx Boston Blue. HEX triplet: 3D, 8D and AF. RGB value is (61,141,175). Sum of RGB (Red+Green+Blue) = 61+141+175=377 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.18% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D8DAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8DAF is #C27250. Grayscale: #787878. Windows color (decimal): -12743249 or 11504957. OLE color: 11504957.

HSL color Cylindrical-coordinate representation of color #3D8DAF: hue angle of 197.89º 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 #3D8DAF is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB61141175-
CMYK0.650.1900.31
HSL197.89º48.31%46.27%-
HSV(B)197.89º65.14%68.63%-
XYZ19.1923.1444.01-
YUV120.96158.585.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.18%
GREEN value IS 141 (55.47% from 255) = 37.40%
BLUE value IS 175 (68.75% from 255) = 46.42%
R=16.18%
G=37.40%
B=46.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal611411750.650.1900.31197.8948.3146.27
Hex3D8DAF411301Fc6302e
Octal75215257101230373066056
Binary111101100011011010111110000011001101111111000110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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