#39507B

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

Shades of Fun Blue #39507B

Tints of Fun Blue #39507B

Color information

#39507B (or 0x39507B) is unknown color: approx Fun Blue. HEX triplet: 39, 50 and 7B. RGB value is (57,80,123). Sum of RGB (Red+Green+Blue) = 57+80+123=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #39507B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39507B is #C6AF84. Grayscale: #4D4D4D. Windows color (decimal): -13021061 or 8081465. OLE color: 8081465.

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

Color convert

RGB5780123-
CMYK0.540.3500.52
HSL219.09º36.67%35.29%-
HSV(B)219.09º53.66%48.24%-
XYZ8.138.0419.86-
YUV78.02153.38113-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.92%
GREEN value IS 80 (31.64% from 255) = 30.77%
BLUE value IS 123 (48.44% from 255) = 47.31%
R=21.92%
G=30.77%
B=47.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57801230.540.3500.52219.0936.6735.29
Hex39507B3623034db2523
Octal7112017366430643334543
Binary11100110100001111011110110100011011010011011011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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