#384F80

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

Shades of Fun Blue #384F80

Tints of Fun Blue #384F80

Color information

#384F80 (or 0x384F80) is unknown color: approx Fun Blue. HEX triplet: 38, 4F and 80. RGB value is (56,79,128). Sum of RGB (Red+Green+Blue) = 56+79+128=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #384F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384F80 is #C7B07F. Grayscale: #4D4D4D. Windows color (decimal): -13086848 or 8408888. OLE color: 8408888.

HSL color Cylindrical-coordinate representation of color #384F80: hue angle of 220.83º 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 #384F80 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5679128-
CMYK0.560.3800.50
HSL220.83º39.13%36.08%-
HSV(B)220.83º56.25%50.2%-
XYZ8.327.9921.53-
YUV77.71156.38112.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 79 (31.25% from 255) = 30.04%
BLUE value IS 128 (50.39% from 255) = 48.67%
R=21.29%
G=30.04%
B=48.67%

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
Decimal56791280.560.3800.50220.8339.1336.08
Hex384F803826032dd2724
Octal7011720070460623354744
Binary111000100111110000000111000100110011001011011101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384F80; }

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

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

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

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

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

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

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

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