#384E76

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

Shades of Fun Blue #384E76

Tints of Fun Blue #384E76

Color information

#384E76 (or 0x384E76) is unknown color: approx Fun Blue. HEX triplet: 38, 4E and 76. RGB value is (56,78,118). Sum of RGB (Red+Green+Blue) = 56+78+118=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #384E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E76 is #C7B189. Grayscale: #4B4B4B. Windows color (decimal): -13087114 or 7753272. OLE color: 7753272.

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

Color convert

RGB5678118-
CMYK0.530.3400.54
HSL218.71º35.63%34.12%-
HSV(B)218.71º52.54%46.27%-
XYZ7.637.618.2-
YUV75.98151.71113.75-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.22%
GREEN value IS 78 (30.86% from 255) = 30.95%
BLUE value IS 118 (46.48% from 255) = 46.83%
R=22.22%
G=30.95%
B=46.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56781180.530.3400.54218.7135.6334.12
Hex384E763522036db2422
Octal7011616665420663334442
Binary11100010011101110110110101100010011011011011011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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