#3D9CAF

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

Shades of Boston Blue #3D9CAF

Tints of Boston Blue #3D9CAF

Color information

#3D9CAF (or 0x3D9CAF) is unknown color: approx Boston Blue. HEX triplet: 3D, 9C and AF. RGB value is (61,156,175). Sum of RGB (Red+Green+Blue) = 61+156+175=392 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.56% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D9CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9CAF is #C26350. Grayscale: #818181. Windows color (decimal): -12739409 or 11508797. OLE color: 11508797.

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

Color convert

RGB61156175-
CMYK0.650.1100.31
HSL190º48.31%46.27%-
HSV(B)190º65.14%68.63%-
XYZ21.5527.8644.8-
YUV129.76153.5378.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.56%
GREEN value IS 156 (61.33% from 255) = 39.80%
BLUE value IS 175 (68.75% from 255) = 44.64%
R=15.56%
G=39.80%
B=44.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal611561750.650.1100.3119048.3146.27
Hex3D9CAF41B01Fbe302e
Octal75234257101130372766056
Binary11110110011100101011111000001101101111110111110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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