#39507D

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

Shades of Fun Blue #39507D

Tints of Fun Blue #39507D

Color information

#39507D (or 0x39507D) is unknown color: approx Fun Blue. HEX triplet: 39, 50 and 7D. RGB value is (57,80,125). Sum of RGB (Red+Green+Blue) = 57+80+125=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #39507D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39507D is #C6AF82. Grayscale: #4E4E4E. Windows color (decimal): -13021059 or 8212537. OLE color: 8212537.

HSL color Cylindrical-coordinate representation of color #39507D: hue angle of 219.71º 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 #39507D is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5780125-
CMYK0.540.3600.51
HSL219.71º37.36%35.69%-
HSV(B)219.71º54.4%49.02%-
XYZ8.268.0920.53-
YUV78.25154.38112.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.76%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 125 (49.22% from 255) = 47.71%
R=21.76%
G=30.53%
B=47.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57801250.540.3600.51219.7137.3635.69
Hex39507D3624033dc2524
Octal7112017566440633344544
Binary11100110100001111101110110100100011001111011100100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39507D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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