#3A5484

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

Shades of Fun Blue #3A5484

Tints of Fun Blue #3A5484

Color information

#3A5484 (or 0x3A5484) is unknown color: approx Fun Blue. HEX triplet: 3A, 54 and 84. RGB value is (58,84,132). Sum of RGB (Red+Green+Blue) = 58+84+132=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #3A5484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A5484 is #C5AB7B. Grayscale: #515151. Windows color (decimal): -12954492 or 8672314. OLE color: 8672314.

HSL color Cylindrical-coordinate representation of color #3A5484: hue angle of 218.92º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A5484 is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5884132-
CMYK0.560.3600.48
HSL218.92º38.95%37.25%-
HSV(B)218.92º56.06%51.76%-
XYZ9.088.9123.07-
YUV81.7156.39111.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.17%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 132 (51.95% from 255) = 48.18%
R=21.17%
G=30.66%
B=48.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal58841320.560.3600.48218.9238.9537.25
Hex3A54843824030db2725
Octal7212420470440603334745
Binary111010101010010000100111000100100011000011011011100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,84,132); }

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

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

 a { background-color: rgb(58,84,132); }

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

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

 span { border-color: rgb(58,84,132); }

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