#3D5785

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

Shades of Fun Blue #3D5785

Tints of Fun Blue #3D5785

Color information

#3D5785 (or 0x3D5785) is unknown color: approx Fun Blue. HEX triplet: 3D, 57 and 85. RGB value is (61,87,133). Sum of RGB (Red+Green+Blue) = 61+87+133=281 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.71% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #3D5785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D5785 is #C2A87A. Grayscale: #545454. Windows color (decimal): -12757115 or 8738621. OLE color: 8738621.

HSL color Cylindrical-coordinate representation of color #3D5785: hue angle of 218.33º 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 #3D5785 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6187133-
CMYK0.540.3500.48
HSL218.33º37.11%38.04%-
HSV(B)218.33º54.14%52.16%-
XYZ9.579.523.52-
YUV84.47155.39111.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.71%
GREEN value IS 87 (34.38% from 255) = 30.96%
BLUE value IS 133 (52.34% from 255) = 47.33%
R=21.71%
G=30.96%
B=47.33%

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
Decimal61871330.540.3500.48218.3337.1138.04
Hex3D57853623030da2526
Octal7512720566430603324546
Binary111101101011110000101110110100011011000011011010100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,87,133); }

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

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

 a { background-color: rgb(61,87,133); }

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

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

 span { border-color: rgb(61,87,133); }

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