#3A527D

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

Shades of Fun Blue #3A527D

Tints of Fun Blue #3A527D

Color information

#3A527D (or 0x3A527D) is unknown color: approx Fun Blue. HEX triplet: 3A, 52 and 7D. RGB value is (58,82,125). Sum of RGB (Red+Green+Blue) = 58+82+125=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A527D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A527D is #C5AD82. Grayscale: #4F4F4F. Windows color (decimal): -12955011 or 8213050. OLE color: 8213050.

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

Color convert

RGB5882125-
CMYK0.540.3400.51
HSL218.51º36.61%35.88%-
HSV(B)218.51º53.6%49.02%-
XYZ8.468.4120.58-
YUV79.73153.55112.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.89%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 125 (49.22% from 255) = 47.17%
R=21.89%
G=30.94%
B=47.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58821250.540.3400.51218.5136.6135.88
Hex3A527D3622033db2524
Octal7212217566420633334544
Binary11101010100101111101110110100010011001111011011100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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