#3A517C

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

Shades of Fun Blue #3A517C

Tints of Fun Blue #3A517C

Color information

#3A517C (or 0x3A517C) is unknown color: approx Fun Blue. HEX triplet: 3A, 51 and 7C. RGB value is (58,81,124). Sum of RGB (Red+Green+Blue) = 58+81+124=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A517C is #C5AE83. Grayscale: #4E4E4E. Windows color (decimal): -12955268 or 8147258. OLE color: 8147258.

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

Color convert

RGB5881124-
CMYK0.530.3500.51
HSL219.09º36.26%35.69%-
HSV(B)219.09º53.23%48.63%-
XYZ8.338.2420.22-
YUV79.02153.38113-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.05%
GREEN value IS 81 (32.03% from 255) = 30.80%
BLUE value IS 124 (48.83% from 255) = 47.15%
R=22.05%
G=30.80%
B=47.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58811240.530.3500.51219.0936.2635.69
Hex3A517C3523033db2424
Octal7212117465430633334444
Binary11101010100011111100110101100011011001111011011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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