#384D79

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

Shades of Fun Blue #384D79

Tints of Fun Blue #384D79

Color information

#384D79 (or 0x384D79) is unknown color: approx Fun Blue. HEX triplet: 38, 4D and 79. RGB value is (56,77,121). Sum of RGB (Red+Green+Blue) = 56+77+121=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 121 (47.66% from 255 or 47.64% from 254); Max value from RGB is 121 - color contains mainly: blue. Hex color #384D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D79 is #C7B286. Grayscale: #4B4B4B. Windows color (decimal): -13087367 or 7949624. OLE color: 7949624.

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

Color convert

RGB5677121-
CMYK0.540.3600.53
HSL220.62º36.72%34.71%-
HSV(B)220.62º53.72%47.45%-
XYZ7.747.5319.13-
YUV75.74153.54113.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.05%
GREEN value IS 77 (30.47% from 255) = 30.31%
BLUE value IS 121 (47.66% from 255) = 47.64%
R=22.05%
G=30.31%
B=47.64%

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
Decimal56771210.540.3600.53220.6236.7234.71
Hex384D793624035dd2523
Octal7011517166440653354543
Binary11100010011011111001110110100100011010111011101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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