#395182

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

Shades of Fun Blue #395182

Tints of Fun Blue #395182

Color information

#395182 (or 0x395182) is unknown color: approx Fun Blue. HEX triplet: 39, 51 and 82. RGB value is (57,81,130). Sum of RGB (Red+Green+Blue) = 57+81+130=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #395182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395182 is #C6AE7D. Grayscale: #4F4F4F. Windows color (decimal): -13020798 or 8540473. OLE color: 8540473.

HSL color Cylindrical-coordinate representation of color #395182: hue angle of 220.27º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #395182 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5781130-
CMYK0.560.3800.49
HSL220.27º39.04%36.67%-
HSV(B)220.27º56.15%50.98%-
XYZ8.668.3722.28-
YUV79.41156.55112.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.27%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 130 (51.17% from 255) = 48.51%
R=21.27%
G=30.22%
B=48.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57811300.560.3800.49220.2739.0436.67
Hex3951823826031dc2725
Octal7112120270460613344745
Binary111001101000110000010111000100110011000111011100100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395182; }

 p { color: rgb(57,81,130); }

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

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

 a { background-color: rgb(57,81,130); }

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

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

 span { border-color: rgb(57,81,130); }

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