#3D5681

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

Shades of Fun Blue #3D5681

Tints of Fun Blue #3D5681

Color information

#3D5681 (or 0x3D5681) is unknown color: approx Fun Blue. HEX triplet: 3D, 56 and 81. RGB value is (61,86,129). Sum of RGB (Red+Green+Blue) = 61+86+129=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 129 - color contains mainly: blue. Hex color #3D5681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5681 is #C2A97E. Grayscale: #535353. Windows color (decimal): -12757375 or 8476221. OLE color: 8476221.

HSL color Cylindrical-coordinate representation of color #3D5681: hue angle of 217.94º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D5681 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6186129-
CMYK0.530.3300.49
HSL217.94º35.79%37.25%-
HSV(B)217.94º52.71%50.59%-
XYZ9.219.2322.07-
YUV83.43153.72112-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.10%
GREEN value IS 86 (33.98% from 255) = 31.16%
BLUE value IS 129 (50.78% from 255) = 46.74%
R=22.10%
G=31.16%
B=46.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61861290.530.3300.49217.9435.7937.25
Hex3D56813521031da2425
Octal7512620165410613324445
Binary111101101011010000001110101100001011000111011010100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,86,129); }

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

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

 a { background-color: rgb(61,86,129); }

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

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

 span { border-color: rgb(61,86,129); }

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