#39527D

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

Shades of Fun Blue #39527D

Tints of Fun Blue #39527D

Color information

#39527D (or 0x39527D) is unknown color: approx Fun Blue. HEX triplet: 39, 52 and 7D. RGB value is (57,82,125). Sum of RGB (Red+Green+Blue) = 57+82+125=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 125 - color contains mainly: blue. Hex color #39527D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39527D is #C6AD82. Grayscale: #4F4F4F. Windows color (decimal): -13020547 or 8213049. OLE color: 8213049.

HSL color Cylindrical-coordinate representation of color #39527D: hue angle of 217.94º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39527D is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5782125-
CMYK0.540.3400.51
HSL217.94º37.36%35.69%-
HSV(B)217.94º54.4%49.02%-
XYZ8.418.3920.58-
YUV79.43153.72112-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.59%
GREEN value IS 82 (32.42% from 255) = 31.06%
BLUE value IS 125 (49.22% from 255) = 47.35%
R=21.59%
G=31.06%
B=47.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57821250.540.3400.51217.9437.3635.69
Hex39527D3622033da2524
Octal7112217566420633324544
Binary11100110100101111101110110100010011001111011010100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39527D; }

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

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

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

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

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

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

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

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