#384E78

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

Shades of Fun Blue #384E78

Tints of Fun Blue #384E78

Color information

#384E78 (or 0x384E78) is unknown color: approx Fun Blue. HEX triplet: 38, 4E and 78. RGB value is (56,78,120). Sum of RGB (Red+Green+Blue) = 56+78+120=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #384E78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E78 is #C7B187. Grayscale: #4C4C4C. Windows color (decimal): -13087112 or 7884344. OLE color: 7884344.

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

Color convert

RGB5678120-
CMYK0.530.3500.53
HSL219.38º36.36%34.51%-
HSV(B)219.38º53.33%47.06%-
XYZ7.757.6518.84-
YUV76.21152.71113.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.05%
GREEN value IS 78 (30.86% from 255) = 30.71%
BLUE value IS 120 (47.27% from 255) = 47.24%
R=22.05%
G=30.71%
B=47.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56781200.530.3500.53219.3836.3634.51
Hex384E783523035db2423
Octal7011617065430653334443
Binary11100010011101111000110101100011011010111011011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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