#3D9DBB

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

Shades of Boston Blue #3D9DBB

Tints of Boston Blue #3D9DBB

Color information

#3D9DBB (or 0x3D9DBB) is unknown color: approx Boston Blue. HEX triplet: 3D, 9D and BB. RGB value is (61,157,187). Sum of RGB (Red+Green+Blue) = 61+157+187=405 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.06% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #3D9DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D9DBB is #C26244. Grayscale: #838383. Windows color (decimal): -12739141 or 12295485. OLE color: 12295485.

HSL color Cylindrical-coordinate representation of color #3D9DBB: hue angle of 194.29º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D9DBB is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB61157187-
CMYK0.670.1600.27
HSL194.29º50.81%48.63%-
HSV(B)194.29º67.38%73.33%-
XYZ22.9528.6951.34-
YUV131.72159.277.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.06%
GREEN value IS 157 (61.72% from 255) = 38.77%
BLUE value IS 187 (73.44% from 255) = 46.17%
R=15.06%
G=38.77%
B=46.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal611571870.670.1600.27194.2950.8148.63
Hex3D9DBB431001Bc23331
Octal75235273103200333026361
Binary111101100111011011101110000111000001101111000010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D9DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,157,187); }

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

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

 a { background-color: rgb(61,157,187); }

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

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

 span { border-color: rgb(61,157,187); }

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