#3A4F7C

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

Shades of Fun Blue #3A4F7C

Tints of Fun Blue #3A4F7C

Color information

#3A4F7C (or 0x3A4F7C) is unknown color: approx Fun Blue. HEX triplet: 3A, 4F and 7C. RGB value is (58,79,124). Sum of RGB (Red+Green+Blue) = 58+79+124=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #3A4F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A4F7C is #C5B083. Grayscale: #4D4D4D. Windows color (decimal): -12955780 or 8146746. OLE color: 8146746.

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

Color convert

RGB5879124-
CMYK0.530.3600.51
HSL220.91º36.26%35.69%-
HSV(B)220.91º53.23%48.63%-
XYZ8.187.9520.17-
YUV77.85154.04113.84-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.22%
GREEN value IS 79 (31.25% from 255) = 30.27%
BLUE value IS 124 (48.83% from 255) = 47.51%
R=22.22%
G=30.27%
B=47.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58791240.530.3600.51220.9136.2635.69
Hex3A4F7C3524033dd2424
Octal7211717465440633354444
Binary11101010011111111100110101100100011001111011101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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