#384E79

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

Shades of Fun Blue #384E79

Tints of Fun Blue #384E79

Color information

#384E79 (or 0x384E79) is unknown color: approx Fun Blue. HEX triplet: 38, 4E and 79. RGB value is (56,78,121). Sum of RGB (Red+Green+Blue) = 56+78+121=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 121 (47.66% from 255 or 47.45% from 255); Max value from RGB is 121 - color contains mainly: blue. Hex color #384E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E79 is #C7B186. Grayscale: #4C4C4C. Windows color (decimal): -13087111 or 7949880. OLE color: 7949880.

HSL color Cylindrical-coordinate representation of color #384E79: hue angle of 219.69º 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 #384E79 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5678121-
CMYK0.540.3600.53
HSL219.69º36.72%34.71%-
HSV(B)219.69º53.72%47.45%-
XYZ7.817.6719.16-
YUV76.32153.21113.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.96%
GREEN value IS 78 (30.86% from 255) = 30.59%
BLUE value IS 121 (47.66% from 255) = 47.45%
R=21.96%
G=30.59%
B=47.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56781210.540.3600.53219.6936.7234.71
Hex384E793624035dc2523
Octal7011617166440653344543
Binary11100010011101111001110110100100011010111011100100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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