#3D9CBD

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

Shades of Boston Blue #3D9CBD

Tints of Boston Blue #3D9CBD

Color information

#3D9CBD (or 0x3D9CBD) is unknown color: approx Boston Blue. HEX triplet: 3D, 9C and BD. RGB value is (61,156,189). Sum of RGB (Red+Green+Blue) = 61+156+189=406 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.02% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #3D9CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D9CBD is #C26342. Grayscale: #838383. Windows color (decimal): -12739395 or 12426301. OLE color: 12426301.

HSL color Cylindrical-coordinate representation of color #3D9CBD: hue angle of 195.47º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D9CBD is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB61156189-
CMYK0.680.1700.26
HSL195.47º51.2%49.02%-
HSV(B)195.47º67.72%74.12%-
XYZ2328.4452.42-
YUV131.36160.5377.82-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.02%
GREEN value IS 156 (61.33% from 255) = 38.42%
BLUE value IS 189 (74.22% from 255) = 46.55%
R=15.02%
G=38.42%
B=46.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal611561890.680.1700.26195.4751.249.02
Hex3D9CBD441101Ac33331
Octal75234275104210323036361
Binary111101100111001011110110001001000101101011000011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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