#385080

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

Shades of Fun Blue #385080

Tints of Fun Blue #385080

Color information

#385080 (or 0x385080) is unknown color: approx Fun Blue. HEX triplet: 38, 50 and 80. RGB value is (56,80,128). Sum of RGB (Red+Green+Blue) = 56+80+128=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #385080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385080 is #C7AF7F. Grayscale: #4E4E4E. Windows color (decimal): -13086592 or 8409144. OLE color: 8409144.

HSL color Cylindrical-coordinate representation of color #385080: hue angle of 220º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #385080 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5680128-
CMYK0.560.3800.50
HSL220º39.13%36.08%-
HSV(B)220º56.25%50.2%-
XYZ8.48.1421.55-
YUV78.3156.05112.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.21%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 128 (50.39% from 255) = 48.48%
R=21.21%
G=30.30%
B=48.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56801280.560.3800.5022039.1336.08
Hex3850803826032dc2724
Octal7012020070460623344744
Binary111000101000010000000111000100110011001011011100100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385080; }

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

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

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

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

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

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

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

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