#38537F

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

Shades of Fun Blue #38537F

Tints of Fun Blue #38537F

Color information

#38537F (or 0x38537F) is unknown color: approx Fun Blue. HEX triplet: 38, 53 and 7F. RGB value is (56,83,127). Sum of RGB (Red+Green+Blue) = 56+83+127=266 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.05% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #38537F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38537F is #C7AC80. Grayscale: #4F4F4F. Windows color (decimal): -13085825 or 8344376. OLE color: 8344376.

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

Color convert

RGB5683127-
CMYK0.560.3500.50
HSL217.18º38.8%35.88%-
HSV(B)217.18º55.91%49.8%-
XYZ8.558.5621.28-
YUV79.94154.55110.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.05%
GREEN value IS 83 (32.81% from 255) = 31.20%
BLUE value IS 127 (50% from 255) = 47.74%
R=21.05%
G=31.20%
B=47.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56831270.560.3500.50217.1838.835.88
Hex38537F3823032d92724
Octal7012317770430623314744
Binary11100010100111111111111000100011011001011011001100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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