#395384

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

Shades of Fun Blue #395384

Tints of Fun Blue #395384

Color information

#395384 (or 0x395384) is unknown color: approx Fun Blue. HEX triplet: 39, 53 and 84. RGB value is (57,83,132). Sum of RGB (Red+Green+Blue) = 57+83+132=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 132 (51.95% from 255 or 48.53% from 272); Max value from RGB is 132 - color contains mainly: blue. Hex color #395384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395384 is #C6AC7B. Grayscale: #505050. Windows color (decimal): -13020284 or 8672057. OLE color: 8672057.

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

Color convert

RGB5783132-
CMYK0.570.3700.48
HSL219.2º39.68%37.06%-
HSV(B)219.2º56.82%51.76%-
XYZ8.958.7223.04-
YUV80.81156.89111.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.96%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 132 (51.95% from 255) = 48.53%
R=20.96%
G=30.51%
B=48.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57831320.570.3700.48219.239.6837.06
Hex3953843925030db2825
Octal7112320471450603335045
Binary111001101001110000100111001100101011000011011011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395384; }

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

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

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

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

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

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

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

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