#3A5178

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

Shades of Fun Blue #3A5178

Tints of Fun Blue #3A5178

Color information

#3A5178 (or 0x3A5178) is unknown color: approx Fun Blue. HEX triplet: 3A, 51 and 78. RGB value is (58,81,120). Sum of RGB (Red+Green+Blue) = 58+81+120=259 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.39% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A5178 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5178 is #C5AE87. Grayscale: #4E4E4E. Windows color (decimal): -12955272 or 7885114. OLE color: 7885114.

HSL color Cylindrical-coordinate representation of color #3A5178: hue angle of 217.74º 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 #3A5178 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5881120-
CMYK0.520.3200.53
HSL217.74º34.83%34.9%-
HSV(B)217.74º51.67%47.06%-
XYZ8.088.1418.91-
YUV78.57151.38113.33-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.39%
GREEN value IS 81 (32.03% from 255) = 31.27%
BLUE value IS 120 (47.27% from 255) = 46.33%
R=22.39%
G=31.27%
B=46.33%

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
Decimal58811200.520.3200.53217.7434.8334.9
Hex3A51783420035da2323
Octal7212117064400653324343
Binary11101010100011111000110100100000011010111011010100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,81,120); }

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

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

 a { background-color: rgb(58,81,120); }

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

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

 span { border-color: rgb(58,81,120); }

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