#3D83A4

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

Shades of Boston Blue #3D83A4

Tints of Boston Blue #3D83A4

Color information

#3D83A4 (or 0x3D83A4) is unknown color: approx Boston Blue. HEX triplet: 3D, 83 and A4. RGB value is (61,131,164). Sum of RGB (Red+Green+Blue) = 61+131+164=356 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.13% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 164 (64.45% from 255 or 46.07% from 356); Max value from RGB is 164 - color contains mainly: blue. Hex color #3D83A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D83A4 is #C27C5B. Grayscale: #717171. Windows color (decimal): -12745820 or 10781501. OLE color: 10781501.

HSL color Cylindrical-coordinate representation of color #3D83A4: hue angle of 199.22º 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 #3D83A4 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB61131164-
CMYK0.630.2000.36
HSL199.22º45.78%44.12%-
HSV(B)199.22º62.8%64.31%-
XYZ16.7419.9138.08-
YUV113.83156.3190.32-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.13%
GREEN value IS 131 (51.56% from 255) = 36.80%
BLUE value IS 164 (64.45% from 255) = 46.07%
R=17.13%
G=36.80%
B=46.07%

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
Decimal611311640.630.2000.36199.2245.7844.12
Hex3D83A43F14024c72e2c
Octal7520324477240443075654
Binary111101100000111010010011111110100010010011000111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D83A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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