#395585

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

Shades of Fun Blue #395585

Tints of Fun Blue #395585

Color information

#395585 (or 0x395585) is unknown color: approx Fun Blue. HEX triplet: 39, 55 and 85. RGB value is (57,85,133). Sum of RGB (Red+Green+Blue) = 57+85+133=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #395585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395585 is #C6AA7A. Grayscale: #515151. Windows color (decimal): -13019771 or 8738105. OLE color: 8738105.

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

Color convert

RGB5785133-
CMYK0.570.3600.48
HSL217.89º40%37.25%-
HSV(B)217.89º57.14%52.16%-
XYZ9.179.0623.46-
YUV82.1156.72110.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.73%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 133 (52.34% from 255) = 48.36%
R=20.73%
G=30.91%
B=48.36%

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
Decimal57851330.570.3600.48217.894037.25
Hex3955853924030da2825
Octal7112520571440603325045
Binary111001101010110000101111001100100011000011011010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395585; }

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

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

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

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

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

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

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

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