#384D77

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

Shades of Fun Blue #384D77

Tints of Fun Blue #384D77

Color information

#384D77 (or 0x384D77) is unknown color: approx Fun Blue. HEX triplet: 38, 4D and 77. RGB value is (56,77,119). Sum of RGB (Red+Green+Blue) = 56+77+119=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #384D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D77 is #C7B288. Grayscale: #4B4B4B. Windows color (decimal): -13087369 or 7818552. OLE color: 7818552.

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

Color convert

RGB5677119-
CMYK0.530.3500.53
HSL220º36%34.31%-
HSV(B)220º52.94%46.67%-
XYZ7.617.4818.5-
YUV75.51152.54114.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.22%
GREEN value IS 77 (30.47% from 255) = 30.56%
BLUE value IS 119 (46.88% from 255) = 47.22%
R=22.22%
G=30.56%
B=47.22%

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
Decimal56771190.530.3500.532203634.31
Hex384D773523035dc2422
Octal7011516765430653344442
Binary11100010011011110111110101100011011010111011100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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