#384E77

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

Shades of Fun Blue #384E77

Tints of Fun Blue #384E77

Color information

#384E77 (or 0x384E77) is unknown color: approx Fun Blue. HEX triplet: 38, 4E and 77. RGB value is (56,78,119). Sum of RGB (Red+Green+Blue) = 56+78+119=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #384E77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E77 is #C7B188. Grayscale: #4B4B4B. Windows color (decimal): -13087113 or 7818808. OLE color: 7818808.

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

Color convert

RGB5678119-
CMYK0.530.3400.53
HSL219.05º36%34.31%-
HSV(B)219.05º52.94%46.67%-
XYZ7.697.6218.52-
YUV76.1152.21113.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.13%
GREEN value IS 78 (30.86% from 255) = 30.83%
BLUE value IS 119 (46.88% from 255) = 47.04%
R=22.13%
G=30.83%
B=47.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56781190.530.3400.53219.053634.31
Hex384E773522035db2422
Octal7011616765420653334442
Binary11100010011101110111110101100010011010111011011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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