#384F7F

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

Shades of Fun Blue #384F7F

Tints of Fun Blue #384F7F

Color information

#384F7F (or 0x384F7F) is unknown color: approx Fun Blue. HEX triplet: 38, 4F and 7F. RGB value is (56,79,127). Sum of RGB (Red+Green+Blue) = 56+79+127=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #384F7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F7F is #C7B080. Grayscale: #4D4D4D. Windows color (decimal): -13086849 or 8343352. OLE color: 8343352.

HSL color Cylindrical-coordinate representation of color #384F7F: hue angle of 220.56º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #384F7F is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5679127-
CMYK0.560.3800.50
HSL220.56º38.8%35.88%-
HSV(B)220.56º55.91%49.8%-
XYZ8.267.9721.18-
YUV77.6155.88112.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.37%
GREEN value IS 79 (31.25% from 255) = 30.15%
BLUE value IS 127 (50% from 255) = 48.47%
R=21.37%
G=30.15%
B=48.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56791270.560.3800.50220.5638.835.88
Hex384F7F3826032dd2724
Octal7011717770460623354744
Binary11100010011111111111111000100110011001011011101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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