#395686

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

Shades of Fun Blue #395686

Tints of Fun Blue #395686

Color information

#395686 (or 0x395686) is unknown color: approx Fun Blue. HEX triplet: 39, 56 and 86. RGB value is (57,86,134). Sum of RGB (Red+Green+Blue) = 57+86+134=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 134 (52.73% from 255 or 48.38% from 277); Max value from RGB is 134 - color contains mainly: blue. Hex color #395686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395686 is #C6A979. Grayscale: #525252. Windows color (decimal): -13019514 or 8803897. OLE color: 8803897.

HSL color Cylindrical-coordinate representation of color #395686: hue angle of 217.4º 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 #395686 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5786134-
CMYK0.570.3600.47
HSL217.4º40.31%37.45%-
HSV(B)217.4º57.46%52.55%-
XYZ9.329.2523.85-
YUV82.8156.89109.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.58%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 134 (52.73% from 255) = 48.38%
R=20.58%
G=31.05%
B=48.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57861340.570.3600.47217.440.3137.45
Hex395686392402Fd92825
Octal7112620671440573315045
Binary111001101011010000110111001100100010111111011001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395686; }

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

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

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

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

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

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

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

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