#3A547F

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

Shades of Fun Blue #3A547F

Tints of Fun Blue #3A547F

Color information

#3A547F (or 0x3A547F) is unknown color: approx Fun Blue. HEX triplet: 3A, 54 and 7F. RGB value is (58,84,127). Sum of RGB (Red+Green+Blue) = 58+84+127=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #3A547F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A547F is #C5AB80. Grayscale: #505050. Windows color (decimal): -12954497 or 8344634. OLE color: 8344634.

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

Color convert

RGB5884127-
CMYK0.540.3400.50
HSL217.39º37.3%36.27%-
HSV(B)217.39º54.33%49.8%-
XYZ8.758.7721.31-
YUV81.13153.89111.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.56%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 127 (50% from 255) = 47.21%
R=21.56%
G=31.23%
B=47.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal58841270.540.3400.50217.3937.336.27
Hex3A547F3622032d92524
Octal7212417766420623314544
Binary11101010101001111111110110100010011001011011001100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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