#395078

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

Shades of Fun Blue #395078

Tints of Fun Blue #395078

Color information

#395078 (or 0x395078) is unknown color: approx Fun Blue. HEX triplet: 39, 50 and 78. RGB value is (57,80,120). Sum of RGB (Red+Green+Blue) = 57+80+120=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #395078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395078 is #C6AF87. Grayscale: #4D4D4D. Windows color (decimal): -13021064 or 7884857. OLE color: 7884857.

HSL color Cylindrical-coordinate representation of color #395078: hue angle of 218.1º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #395078 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5780120-
CMYK0.520.3300.53
HSL218.1º35.59%34.71%-
HSV(B)218.1º52.5%47.06%-
XYZ7.957.9618.89-
YUV77.68151.88113.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.18%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 120 (47.27% from 255) = 46.69%
R=22.18%
G=31.13%
B=46.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57801200.520.3300.53218.135.5934.71
Hex3950783421035da2423
Octal7112017064410653324443
Binary11100110100001111000110100100001011010111011010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395078; }

 p { color: rgb(57,80,120); }

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

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

 a { background-color: rgb(57,80,120); }

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

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

 span { border-color: rgb(57,80,120); }

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