#395282

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

Shades of Fun Blue #395282

Tints of Fun Blue #395282

Color information

#395282 (or 0x395282) is unknown color: approx Fun Blue. HEX triplet: 39, 52 and 82. RGB value is (57,82,130). Sum of RGB (Red+Green+Blue) = 57+82+130=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #395282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395282 is #C6AD7D. Grayscale: #4F4F4F. Windows color (decimal): -13020542 or 8540729. OLE color: 8540729.

HSL color Cylindrical-coordinate representation of color #395282: hue angle of 219.45º 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 #395282 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5782130-
CMYK0.560.3700.49
HSL219.45º39.04%36.67%-
HSV(B)219.45º56.15%50.98%-
XYZ8.738.5222.3-
YUV80156.22111.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.19%
GREEN value IS 82 (32.42% from 255) = 30.48%
BLUE value IS 130 (51.17% from 255) = 48.33%
R=21.19%
G=30.48%
B=48.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57821300.560.3700.49219.4539.0436.67
Hex3952823825031db2725
Octal7112220270450613334745
Binary111001101001010000010111000100101011000111011011100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395282; }

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

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

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

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

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

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

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

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