#384C7C

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

Shades of Fun Blue #384C7C

Tints of Fun Blue #384C7C

Color information

#384C7C (or 0x384C7C) is unknown color: approx Fun Blue. HEX triplet: 38, 4C and 7C. RGB value is (56,76,124). Sum of RGB (Red+Green+Blue) = 56+76+124=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #384C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C7C is #C7B383. Grayscale: #4B4B4B. Windows color (decimal): -13087620 or 8145976. OLE color: 8145976.

HSL color Cylindrical-coordinate representation of color #384C7C: hue angle of 222.35º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #384C7C is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5676124-
CMYK0.550.3900.51
HSL222.35º37.78%35.29%-
HSV(B)222.35º54.84%48.63%-
XYZ7.857.4620.1-
YUV75.49155.37114.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.88%
GREEN value IS 76 (30.08% from 255) = 29.69%
BLUE value IS 124 (48.83% from 255) = 48.44%
R=21.88%
G=29.69%
B=48.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56761240.550.3900.51222.3537.7835.29
Hex384C7C3727033de2623
Octal7011417467470633364643
Binary11100010011001111100110111100111011001111011110100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,76,124); }

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

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

 a { background-color: rgb(56,76,124); }

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

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

 span { border-color: rgb(56,76,124); }

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