#3D5684

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

Shades of Fun Blue #3D5684

Tints of Fun Blue #3D5684

Color information

#3D5684 (or 0x3D5684) is unknown color: approx Fun Blue. HEX triplet: 3D, 56 and 84. RGB value is (61,86,132). Sum of RGB (Red+Green+Blue) = 61+86+132=279 (36% of max value = 765). Red value is 61 (24.22% from 255 or 21.86% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #3D5684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5684 is #C2A97B. Grayscale: #535353. Windows color (decimal): -12757372 or 8672829. OLE color: 8672829.

HSL color Cylindrical-coordinate representation of color #3D5684: hue angle of 218.87º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D5684 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6186132-
CMYK0.540.3500.48
HSL218.87º36.79%37.84%-
HSV(B)218.87º53.79%51.76%-
XYZ9.429.3123.13-
YUV83.77155.22111.76-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.86%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 132 (51.95% from 255) = 47.31%
R=21.86%
G=30.82%
B=47.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal61861320.540.3500.48218.8736.7937.84
Hex3D56843623030db2526
Octal7512620466430603334546
Binary111101101011010000100110110100011011000011011011100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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