#385079

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

Shades of Fun Blue #385079

Tints of Fun Blue #385079

Color information

#385079 (or 0x385079) is unknown color: approx Fun Blue. HEX triplet: 38, 50 and 79. RGB value is (56,80,121). Sum of RGB (Red+Green+Blue) = 56+80+121=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 121 (47.66% from 255 or 47.08% from 257); Max value from RGB is 121 - color contains mainly: blue. Hex color #385079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385079 is #C7AF86. Grayscale: #4D4D4D. Windows color (decimal): -13086599 or 7950392. OLE color: 7950392.

HSL color Cylindrical-coordinate representation of color #385079: hue angle of 217.85º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #385079 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5680121-
CMYK0.540.3400.53
HSL217.85º36.72%34.71%-
HSV(B)217.85º53.72%47.45%-
XYZ7.957.9619.21-
YUV77.5152.55112.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.79%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 121 (47.66% from 255) = 47.08%
R=21.79%
G=31.13%
B=47.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56801210.540.3400.53217.8536.7234.71
Hex3850793622035da2523
Octal7012017166420653324543
Binary11100010100001111001110110100010011010111011010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385079; }

 p { color: rgb(56,80,121); }

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

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

 a { background-color: rgb(56,80,121); }

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

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

 span { border-color: rgb(56,80,121); }

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