#384F76

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

Shades of Fun Blue #384F76

Tints of Fun Blue #384F76

Color information

#384F76 (or 0x384F76) is unknown color: approx Fun Blue. HEX triplet: 38, 4F and 76. RGB value is (56,79,118). Sum of RGB (Red+Green+Blue) = 56+79+118=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #384F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F76 is #C7B089. Grayscale: #4C4C4C. Windows color (decimal): -13086858 or 7753528. OLE color: 7753528.

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

Color convert

RGB5679118-
CMYK0.530.3300.54
HSL217.74º35.63%34.12%-
HSV(B)217.74º52.54%46.27%-
XYZ7.77.7418.23-
YUV76.57151.38113.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.13%
GREEN value IS 79 (31.25% from 255) = 31.23%
BLUE value IS 118 (46.48% from 255) = 46.64%
R=22.13%
G=31.23%
B=46.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56791180.530.3300.54217.7435.6334.12
Hex384F763521036da2422
Octal7011716665410663324442
Binary11100010011111110110110101100001011011011011010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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