#3B547E

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

Shades of Fun Blue #3B547E

Tints of Fun Blue #3B547E

Color information

#3B547E (or 0x3B547E) is unknown color: approx Fun Blue. HEX triplet: 3B, 54 and 7E. RGB value is (59,84,126). Sum of RGB (Red+Green+Blue) = 59+84+126=269 (35% of max value = 765). Red value is 59 (23.44% from 255 or 21.93% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 126 (49.61% from 255 or 46.84% from 269); Max value from RGB is 126 - color contains mainly: blue. Hex color #3B547E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B547E is #C4AB81. Grayscale: #515151. Windows color (decimal): -12888962 or 8279099. OLE color: 8279099.

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

Color convert

RGB5984126-
CMYK0.530.3300.51
HSL217.61º36.22%36.27%-
HSV(B)217.61º53.17%49.41%-
XYZ8.748.7820.97-
YUV81.31153.22112.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.93%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 126 (49.61% from 255) = 46.84%
R=21.93%
G=31.23%
B=46.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal59841260.530.3300.51217.6136.2236.27
Hex3B547E3521033da2424
Octal7312417665410633324444
Binary11101110101001111110110101100001011001111011010100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,84,126); }

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

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

 a { background-color: rgb(59,84,126); }

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

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

 span { border-color: rgb(59,84,126); }

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