#395385

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

Shades of Fun Blue #395385

Tints of Fun Blue #395385

Color information

#395385 (or 0x395385) is unknown color: approx Fun Blue. HEX triplet: 39, 53 and 85. RGB value is (57,83,133). Sum of RGB (Red+Green+Blue) = 57+83+133=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #395385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395385 is #C6AC7A. Grayscale: #505050. Windows color (decimal): -13020283 or 8737593. OLE color: 8737593.

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

Color convert

RGB5783133-
CMYK0.570.3800.48
HSL219.47º40%37.25%-
HSV(B)219.47º57.14%52.16%-
XYZ9.018.7523.4-
YUV80.93157.39110.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.88%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 133 (52.34% from 255) = 48.72%
R=20.88%
G=30.40%
B=48.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57831330.570.3800.48219.474037.25
Hex3953853926030db2825
Octal7112320571460603335045
Binary111001101001110000101111001100110011000011011011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395385; }

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

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

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

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

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

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

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

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