#38517F

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

Shades of Fun Blue #38517F

Tints of Fun Blue #38517F

Color information

#38517F (or 0x38517F) is unknown color: approx Fun Blue. HEX triplet: 38, 51 and 7F. RGB value is (56,81,127). Sum of RGB (Red+Green+Blue) = 56+81+127=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #38517F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38517F is #C7AE80. Grayscale: #4E4E4E. Windows color (decimal): -13086337 or 8343864. OLE color: 8343864.

HSL color Cylindrical-coordinate representation of color #38517F: hue angle of 218.87º 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 #38517F is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5681127-
CMYK0.560.3600.50
HSL218.87º38.8%35.88%-
HSV(B)218.87º55.91%49.8%-
XYZ8.48.2621.23-
YUV78.77155.22111.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.21%
GREEN value IS 81 (32.03% from 255) = 30.68%
BLUE value IS 127 (50% from 255) = 48.11%
R=21.21%
G=30.68%
B=48.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56811270.560.3600.50218.8738.835.88
Hex38517F3824032db2724
Octal7012117770440623334744
Binary11100010100011111111111000100100011001011011011100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38517F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38517F; }

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

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

<style>
 a { background-color: #38517F; }

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

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

<style>
 span { border-color: #38517F; }

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

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