#395484

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

Shades of Fun Blue #395484

Tints of Fun Blue #395484

Color information

#395484 (or 0x395484) is unknown color: approx Fun Blue. HEX triplet: 39, 54 and 84. RGB value is (57,84,132). Sum of RGB (Red+Green+Blue) = 57+84+132=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #395484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395484 is #C6AB7B. Grayscale: #515151. Windows color (decimal): -13020028 or 8672313. OLE color: 8672313.

HSL color Cylindrical-coordinate representation of color #395484: hue angle of 218.4º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #395484 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5784132-
CMYK0.570.3600.48
HSL218.4º39.68%37.06%-
HSV(B)218.4º56.82%51.76%-
XYZ9.028.8823.07-
YUV81.4156.55110.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.88%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 132 (51.95% from 255) = 48.35%
R=20.88%
G=30.77%
B=48.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57841320.570.3600.48218.439.6837.06
Hex3954843924030da2825
Octal7112420471440603325045
Binary111001101010010000100111001100100011000011011010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395484; }

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

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

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

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

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

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

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

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