#395485

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

Shades of Fun Blue #395485

Tints of Fun Blue #395485

Color information

#395485 (or 0x395485) is unknown color: approx Fun Blue. HEX triplet: 39, 54 and 85. RGB value is (57,84,133). Sum of RGB (Red+Green+Blue) = 57+84+133=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #395485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395485 is #C6AB7A. Grayscale: #515151. Windows color (decimal): -13020027 or 8737849. OLE color: 8737849.

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

Color convert

RGB5784133-
CMYK0.570.3700.48
HSL218.68º40%37.25%-
HSV(B)218.68º57.14%52.16%-
XYZ9.098.923.43-
YUV81.51157.05110.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.80%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 133 (52.34% from 255) = 48.54%
R=20.80%
G=30.66%
B=48.54%

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
Decimal57841330.570.3700.48218.684037.25
Hex3954853925030db2825
Octal7112420571450603335045
Binary111001101010010000101111001100101011000011011011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395485; }

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

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

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

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

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

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

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

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