#3A5279

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

Shades of Fun Blue #3A5279

Tints of Fun Blue #3A5279

Color information

#3A5279 (or 0x3A5279) is unknown color: approx Fun Blue. HEX triplet: 3A, 52 and 79. RGB value is (58,82,121). Sum of RGB (Red+Green+Blue) = 58+82+121=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A5279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5279 is #C5AD86. Grayscale: #4F4F4F. Windows color (decimal): -12955015 or 7950906. OLE color: 7950906.

HSL color Cylindrical-coordinate representation of color #3A5279: hue angle of 217.14º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A5279 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5882121-
CMYK0.520.3200.53
HSL217.14º35.2%35.1%-
HSV(B)217.14º52.07%47.45%-
XYZ8.218.3119.26-
YUV79.27151.55112.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.22%
GREEN value IS 82 (32.42% from 255) = 31.42%
BLUE value IS 121 (47.66% from 255) = 46.36%
R=22.22%
G=31.42%
B=46.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58821210.520.3200.53217.1435.235.1
Hex3A52793420035d92323
Octal7212217164400653314343
Binary11101010100101111001110100100000011010111011001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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