#3D98BB

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

Shades of Boston Blue #3D98BB

Tints of Boston Blue #3D98BB

Color information

#3D98BB (or 0x3D98BB) is unknown color: approx Boston Blue. HEX triplet: 3D, 98 and BB. RGB value is (61,152,187). Sum of RGB (Red+Green+Blue) = 61+152+187=400 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.25% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #3D98BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D98BB is #C26744. Grayscale: #808080. Windows color (decimal): -12740421 or 12294205. OLE color: 12294205.

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

Color convert

RGB61152187-
CMYK0.670.1900.27
HSL196.67º50.81%48.63%-
HSV(B)196.67º67.38%73.33%-
XYZ22.1227.0451.07-
YUV128.78160.8579.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.25%
GREEN value IS 152 (59.77% from 255) = 38%
BLUE value IS 187 (73.44% from 255) = 46.75%
R=15.25%
G=38%
B=46.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal611521870.670.1900.27196.6750.8148.63
Hex3D98BB431301Bc53331
Octal75230273103230333056361
Binary111101100110001011101110000111001101101111000101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D98BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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