#3A5078

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

Shades of Fun Blue #3A5078

Tints of Fun Blue #3A5078

Color information

#3A5078 (or 0x3A5078) is unknown color: approx Fun Blue. HEX triplet: 3A, 50 and 78. RGB value is (58,80,120). Sum of RGB (Red+Green+Blue) = 58+80+120=258 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.48% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 120 - color contains mainly: blue. Hex color #3A5078 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5078 is #C5AF87. Grayscale: #4D4D4D. Windows color (decimal): -12955528 or 7884858. OLE color: 7884858.

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

Color convert

RGB5880120-
CMYK0.520.3300.53
HSL218.71º34.83%34.9%-
HSV(B)218.71º51.67%47.06%-
XYZ87.9918.89-
YUV77.98151.71113.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.48%
GREEN value IS 80 (31.64% from 255) = 31.01%
BLUE value IS 120 (47.27% from 255) = 46.51%
R=22.48%
G=31.01%
B=46.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal58801200.520.3300.53218.7134.8334.9
Hex3A50783421035db2323
Octal7212017064410653334343
Binary11101010100001111000110100100001011010111011011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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