#39527B

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

Shades of Fun Blue #39527B

Tints of Fun Blue #39527B

Color information

#39527B (or 0x39527B) is unknown color: approx Fun Blue. HEX triplet: 39, 52 and 7B. RGB value is (57,82,123). Sum of RGB (Red+Green+Blue) = 57+82+123=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 123 (48.44% from 255 or 46.95% from 262); Max value from RGB is 123 - color contains mainly: blue. Hex color #39527B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39527B is #C6AD84. Grayscale: #4F4F4F. Windows color (decimal): -13020549 or 8081977. OLE color: 8081977.

HSL color Cylindrical-coordinate representation of color #39527B: hue angle of 217.27º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39527B is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5782123-
CMYK0.540.3300.52
HSL217.27º36.67%35.29%-
HSV(B)217.27º53.66%48.24%-
XYZ8.288.3319.91-
YUV79.2152.72112.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.76%
GREEN value IS 82 (32.42% from 255) = 31.30%
BLUE value IS 123 (48.44% from 255) = 46.95%
R=21.76%
G=31.30%
B=46.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57821230.540.3300.52217.2736.6735.29
Hex39527B3621034d92523
Octal7112217366410643314543
Binary11100110100101111011110110100001011010011011001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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