#395283

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

Shades of Fun Blue #395283

Tints of Fun Blue #395283

Color information

#395283 (or 0x395283) is unknown color: approx Fun Blue. HEX triplet: 39, 52 and 83. RGB value is (57,82,131). Sum of RGB (Red+Green+Blue) = 57+82+131=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #395283 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395283 is #C6AD7C. Grayscale: #4F4F4F. Windows color (decimal): -13020541 or 8606265. OLE color: 8606265.

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

Color convert

RGB5782131-
CMYK0.560.3700.49
HSL219.73º39.36%36.86%-
HSV(B)219.73º56.49%51.37%-
XYZ8.88.5422.66-
YUV80.11156.72111.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.11%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 131 (51.56% from 255) = 48.52%
R=21.11%
G=30.37%
B=48.52%

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
Decimal57821310.560.3700.49219.7339.3636.86
Hex3952833825031dc2725
Octal7112220370450613344745
Binary111001101001010000011111000100101011000111011100100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395283; }

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

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

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

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

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

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

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

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