#395584

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

Shades of Fun Blue #395584

Tints of Fun Blue #395584

Color information

#395584 (or 0x395584) is unknown color: approx Fun Blue. HEX triplet: 39, 55 and 84. RGB value is (57,85,132). Sum of RGB (Red+Green+Blue) = 57+85+132=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #395584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395584 is #C6AA7B. Grayscale: #515151. Windows color (decimal): -13019772 or 8672569. OLE color: 8672569.

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

Color convert

RGB5785132-
CMYK0.570.3600.48
HSL217.6º39.68%37.06%-
HSV(B)217.6º56.82%51.76%-
XYZ9.19.0323.09-
YUV81.99156.22110.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.80%
GREEN value IS 85 (33.59% from 255) = 31.02%
BLUE value IS 132 (51.95% from 255) = 48.18%
R=20.80%
G=31.02%
B=48.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57851320.570.3600.48217.639.6837.06
Hex3955843924030da2825
Octal7112520471440603325045
Binary111001101010110000100111001100100011000011011010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395584; }

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

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

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

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

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

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

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

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