#3D5581

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

Shades of Fun Blue #3D5581

Tints of Fun Blue #3D5581

Color information

#3D5581 (or 0x3D5581) is unknown color: approx Fun Blue. HEX triplet: 3D, 55 and 81. RGB value is (61,85,129). Sum of RGB (Red+Green+Blue) = 61+85+129=275 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.18% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #3D5581 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5581 is #C2AA7E. Grayscale: #525252. Windows color (decimal): -12757631 or 8475965. OLE color: 8475965.

HSL color Cylindrical-coordinate representation of color #3D5581: hue angle of 218.82º 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 #3D5581 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6185129-
CMYK0.530.3400.49
HSL218.82º35.79%37.25%-
HSV(B)218.82º52.71%50.59%-
XYZ9.149.0722.04-
YUV82.84154.05112.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.18%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 129 (50.78% from 255) = 46.91%
R=22.18%
G=30.91%
B=46.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal61851290.530.3400.49218.8235.7937.25
Hex3D55813522031db2425
Octal7512520165420613334445
Binary111101101010110000001110101100010011000111011011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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