#395480

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

Shades of Fun Blue #395480

Tints of Fun Blue #395480

Color information

#395480 (or 0x395480) is unknown color: approx Fun Blue. HEX triplet: 39, 54 and 80. RGB value is (57,84,128). Sum of RGB (Red+Green+Blue) = 57+84+128=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #395480 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395480 is #C6AB7F. Grayscale: #505050. Windows color (decimal): -13020032 or 8410169. OLE color: 8410169.

HSL color Cylindrical-coordinate representation of color #395480: hue angle of 217.18º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #395480 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5784128-
CMYK0.550.3400.50
HSL217.18º38.38%36.27%-
HSV(B)217.18º55.47%50.2%-
XYZ8.758.7721.65-
YUV80.94154.55110.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.19%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 128 (50.39% from 255) = 47.58%
R=21.19%
G=31.23%
B=47.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57841280.550.3400.50217.1838.3836.27
Hex3954803722032d92624
Octal7112420067420623314644
Binary111001101010010000000110111100010011001011011001100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395480; }

 p { color: rgb(57,84,128); }

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

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

 a { background-color: rgb(57,84,128); }

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

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

 span { border-color: rgb(57,84,128); }

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