#3D8EAF

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

Shades of Boston Blue #3D8EAF

Tints of Boston Blue #3D8EAF

Color information

#3D8EAF (or 0x3D8EAF) is unknown color: approx Boston Blue. HEX triplet: 3D, 8E and AF. RGB value is (61,142,175). Sum of RGB (Red+Green+Blue) = 61+142+175=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D8EAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8EAF is #C27150. Grayscale: #797979. Windows color (decimal): -12742993 or 11505213. OLE color: 11505213.

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

Color convert

RGB61142175-
CMYK0.650.1900.31
HSL197.37º48.31%46.27%-
HSV(B)197.37º65.14%68.63%-
XYZ19.3423.4344.06-
YUV121.54158.1684.82-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.14%
GREEN value IS 142 (55.86% from 255) = 37.57%
BLUE value IS 175 (68.75% from 255) = 46.30%
R=16.14%
G=37.57%
B=46.30%

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
Decimal611421750.650.1900.31197.3748.3146.27
Hex3D8EAF411301Fc5302e
Octal75216257101230373056056
Binary111101100011101010111110000011001101111111000101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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