#3D8FA4

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

Shades of Boston Blue #3D8FA4

Tints of Boston Blue #3D8FA4

Color information

#3D8FA4 (or 0x3D8FA4) is unknown color: approx Boston Blue. HEX triplet: 3D, 8F and A4. RGB value is (61,143,164). Sum of RGB (Red+Green+Blue) = 61+143+164=368 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.58% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 164 (64.45% from 255 or 44.57% from 368); Max value from RGB is 164 - color contains mainly: blue. Hex color #3D8FA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8FA4 is #C2705B. Grayscale: #787878. Windows color (decimal): -12742748 or 10784573. OLE color: 10784573.

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

Color convert

RGB61143164-
CMYK0.630.1300.36
HSL192.23º45.78%44.12%-
HSV(B)192.23º62.8%64.31%-
XYZ18.4523.3238.65-
YUV120.88152.3385.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.58%
GREEN value IS 143 (56.25% from 255) = 38.86%
BLUE value IS 164 (64.45% from 255) = 44.57%
R=16.58%
G=38.86%
B=44.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal611431640.630.1300.36192.2345.7844.12
Hex3D8FA43FD024c02e2c
Octal7521724477150443005654
Binary11110110001111101001001111111101010010011000000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D8FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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