#38527F

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

Shades of Fun Blue #38527F

Tints of Fun Blue #38527F

Color information

#38527F (or 0x38527F) is unknown color: approx Fun Blue. HEX triplet: 38, 52 and 7F. RGB value is (56,82,127). Sum of RGB (Red+Green+Blue) = 56+82+127=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #38527F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38527F is #C7AD80. Grayscale: #4F4F4F. Windows color (decimal): -13086081 or 8344120. OLE color: 8344120.

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

Color convert

RGB5682127-
CMYK0.560.3500.50
HSL218.03º38.8%35.88%-
HSV(B)218.03º55.91%49.8%-
XYZ8.488.4121.25-
YUV79.36154.89111.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.13%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 127 (50% from 255) = 47.92%
R=21.13%
G=30.94%
B=47.92%

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
Decimal56821270.560.3500.50218.0338.835.88
Hex38527F3823032da2724
Octal7012217770430623324744
Binary11100010100101111111111000100011011001011011010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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