#395587

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

Shades of Fun Blue #395587

Tints of Fun Blue #395587

Color information

#395587 (or 0x395587) is unknown color: approx Fun Blue. HEX triplet: 39, 55 and 87. RGB value is (57,85,135). Sum of RGB (Red+Green+Blue) = 57+85+135=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #395587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395587 is #C6AA78. Grayscale: #525252. Windows color (decimal): -13019769 or 8869177. OLE color: 8869177.

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

Color convert

RGB5785135-
CMYK0.580.3700.47
HSL218.46º40.62%37.65%-
HSV(B)218.46º57.78%52.94%-
XYZ9.319.1224.19-
YUV82.33157.72109.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.58%
GREEN value IS 85 (33.59% from 255) = 30.69%
BLUE value IS 135 (53.12% from 255) = 48.74%
R=20.58%
G=30.69%
B=48.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57851350.580.3700.47218.4640.6237.65
Hex3955873A2502Fda2926
Octal7112520772450573325146
Binary111001101010110000111111010100101010111111011010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395587; }

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

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

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

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

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

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

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

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