#395077

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

Shades of Fun Blue #395077

Tints of Fun Blue #395077

Color information

#395077 (or 0x395077) is unknown color: approx Fun Blue. HEX triplet: 39, 50 and 77. RGB value is (57,80,119). Sum of RGB (Red+Green+Blue) = 57+80+119=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #395077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395077 is #C6AF88. Grayscale: #4D4D4D. Windows color (decimal): -13021065 or 7819321. OLE color: 7819321.

HSL color Cylindrical-coordinate representation of color #395077: hue angle of 217.74º degrees, saturation: 0.35, 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 #395077 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5780119-
CMYK0.520.3300.53
HSL217.74º35.23%34.51%-
HSV(B)217.74º52.1%46.67%-
XYZ7.897.9418.57-
YUV77.57151.38113.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.27%
GREEN value IS 80 (31.64% from 255) = 31.25%
BLUE value IS 119 (46.88% from 255) = 46.48%
R=22.27%
G=31.25%
B=46.48%

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
Decimal57801190.520.3300.53217.7435.2334.51
Hex3950773421035da2323
Octal7112016764410653324343
Binary11100110100001110111110100100001011010111011010100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395077; }

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

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

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

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

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

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

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

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