#38527D

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

Shades of Fun Blue #38527D

Tints of Fun Blue #38527D

Color information

#38527D (or 0x38527D) is unknown color: approx Fun Blue. HEX triplet: 38, 52 and 7D. RGB value is (56,82,125). Sum of RGB (Red+Green+Blue) = 56+82+125=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #38527D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38527D is #C7AD82. Grayscale: #4E4E4E. Windows color (decimal): -13086083 or 8213048. OLE color: 8213048.

HSL color Cylindrical-coordinate representation of color #38527D: hue angle of 217.39º 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 #38527D is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5682125-
CMYK0.550.3400.51
HSL217.39º38.12%35.49%-
HSV(B)217.39º55.2%49.02%-
XYZ8.358.3620.57-
YUV79.13153.89111.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.29%
GREEN value IS 82 (32.42% from 255) = 31.18%
BLUE value IS 125 (49.22% from 255) = 47.53%
R=21.29%
G=31.18%
B=47.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56821250.550.3400.51217.3938.1235.49
Hex38527D3722033d92623
Octal7012217567420633314643
Binary11100010100101111101110111100010011001111011001100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38527D; }

 p { color: rgb(56,82,125); }

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

<style>
 a { background-color: #38527D; }

 a { background-color: rgb(56,82,125); }

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

<style>
 span { border-color: #38527D; }

 span { border-color: rgb(56,82,125); }

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