#384F77

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

Shades of Fun Blue #384F77

Tints of Fun Blue #384F77

Color information

#384F77 (or 0x384F77) is unknown color: approx Fun Blue. HEX triplet: 38, 4F and 77. RGB value is (56,79,119). Sum of RGB (Red+Green+Blue) = 56+79+119=254 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.05% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #384F77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F77 is #C7B088. Grayscale: #4C4C4C. Windows color (decimal): -13086857 or 7819064. OLE color: 7819064.

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

Color convert

RGB5679119-
CMYK0.530.3400.53
HSL218.1º36%34.31%-
HSV(B)218.1º52.94%46.67%-
XYZ7.767.7618.54-
YUV76.68151.88113.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.05%
GREEN value IS 79 (31.25% from 255) = 31.10%
BLUE value IS 119 (46.88% from 255) = 46.85%
R=22.05%
G=31.10%
B=46.85%

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
Decimal56791190.530.3400.53218.13634.31
Hex384F773522035da2422
Octal7011716765420653324442
Binary11100010011111110111110101100010011010111011010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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