#3A517E

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

Shades of Fun Blue #3A517E

Tints of Fun Blue #3A517E

Color information

#3A517E (or 0x3A517E) is unknown color: approx Fun Blue. HEX triplet: 3A, 51 and 7E. RGB value is (58,81,126). Sum of RGB (Red+Green+Blue) = 58+81+126=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 126 (49.61% from 255 or 47.55% from 265); Max value from RGB is 126 - color contains mainly: blue. Hex color #3A517E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A517E is #C5AE81. Grayscale: #4F4F4F. Windows color (decimal): -12955266 or 8278330. OLE color: 8278330.

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

Color convert

RGB5881126-
CMYK0.540.3600.51
HSL219.71º36.96%36.08%-
HSV(B)219.71º53.97%49.41%-
XYZ8.458.2920.89-
YUV79.25154.38112.84-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.89%
GREEN value IS 81 (32.03% from 255) = 30.57%
BLUE value IS 126 (49.61% from 255) = 47.55%
R=21.89%
G=30.57%
B=47.55%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58811260.540.3600.51219.7136.9636.08
Hex3A517E3624033dc2524
Octal7212117666440633344544
Binary11101010100011111110110110100100011001111011100100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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