#395586

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

Shades of Fun Blue #395586

Tints of Fun Blue #395586

Color information

#395586 (or 0x395586) is unknown color: approx Fun Blue. HEX triplet: 39, 55 and 86. RGB value is (57,85,134). Sum of RGB (Red+Green+Blue) = 57+85+134=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #395586 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395586 is #C6AA79. Grayscale: #515151. Windows color (decimal): -13019770 or 8803641. OLE color: 8803641.

HSL color Cylindrical-coordinate representation of color #395586: hue angle of 218.18º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #395586 is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5785134-
CMYK0.570.3700.47
HSL218.18º40.31%37.45%-
HSV(B)218.18º57.46%52.55%-
XYZ9.249.0923.82-
YUV82.21157.22110.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.65%
GREEN value IS 85 (33.59% from 255) = 30.80%
BLUE value IS 134 (52.73% from 255) = 48.55%
R=20.65%
G=30.80%
B=48.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57851340.570.3700.47218.1840.3137.45
Hex395586392502Fda2825
Octal7112520671450573325045
Binary111001101010110000110111001100101010111111011010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395586; }

 p { color: rgb(57,85,134); }

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

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

 a { background-color: rgb(57,85,134); }

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

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

 span { border-color: rgb(57,85,134); }

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