#3D83A3

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

Shades of Boston Blue #3D83A3

Tints of Boston Blue #3D83A3

Color information

#3D83A3 (or 0x3D83A3) is unknown color: approx Boston Blue. HEX triplet: 3D, 83 and A3. RGB value is (61,131,163). Sum of RGB (Red+Green+Blue) = 61+131+163=355 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.18% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 163 - color contains mainly: blue. Hex color #3D83A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D83A3 is #C27C5C. Grayscale: #717171. Windows color (decimal): -12745821 or 10715965. OLE color: 10715965.

HSL color Cylindrical-coordinate representation of color #3D83A3: hue angle of 198.82º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D83A3 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB61131163-
CMYK0.630.2000.36
HSL198.82º45.54%43.92%-
HSV(B)198.82º62.58%63.92%-
XYZ16.6519.8737.61-
YUV113.72155.8190.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.18%
GREEN value IS 131 (51.56% from 255) = 36.90%
BLUE value IS 163 (64.06% from 255) = 45.92%
R=17.18%
G=36.90%
B=45.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal611311630.630.2000.36198.8245.5443.92
Hex3D83A33F14024c72e2c
Octal7520324377240443075654
Binary111101100000111010001111111110100010010011000111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D83A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,131,163); }

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

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

 a { background-color: rgb(61,131,163); }

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

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

 span { border-color: rgb(61,131,163); }

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