#3A527C

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

Shades of Fun Blue #3A527C

Tints of Fun Blue #3A527C

Color information

#3A527C (or 0x3A527C) is unknown color: approx Fun Blue. HEX triplet: 3A, 52 and 7C. RGB value is (58,82,124). Sum of RGB (Red+Green+Blue) = 58+82+124=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A527C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A527C is #C5AD83. Grayscale: #4F4F4F. Windows color (decimal): -12955012 or 8147514. OLE color: 8147514.

HSL color Cylindrical-coordinate representation of color #3A527C: hue angle of 218.18º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A527C is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5882124-
CMYK0.530.3400.51
HSL218.18º36.26%35.69%-
HSV(B)218.18º53.23%48.63%-
XYZ8.48.3920.25-
YUV79.61153.05112.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.97%
GREEN value IS 82 (32.42% from 255) = 31.06%
BLUE value IS 124 (48.83% from 255) = 46.97%
R=21.97%
G=31.06%
B=46.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58821240.530.3400.51218.1836.2635.69
Hex3A527C3522033da2424
Octal7212217465420633324444
Binary11101010100101111100110101100010011001111011010100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A527C; }

 p { color: rgb(58,82,124); }

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

<style>
 a { background-color: #3A527C; }

 a { background-color: rgb(58,82,124); }

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

<style>
 span { border-color: #3A527C; }

 span { border-color: rgb(58,82,124); }

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