#3B5484

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

Shades of Fun Blue #3B5484

Tints of Fun Blue #3B5484

Color information

#3B5484 (or 0x3B5484) is unknown color: approx Fun Blue. HEX triplet: 3B, 54 and 84. RGB value is (59,84,132). Sum of RGB (Red+Green+Blue) = 59+84+132=275 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.45% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #3B5484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5484 is #C4AB7B. Grayscale: #515151. Windows color (decimal): -12888956 or 8672315. OLE color: 8672315.

HSL color Cylindrical-coordinate representation of color #3B5484: hue angle of 219.45º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B5484 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5984132-
CMYK0.550.3600.48
HSL219.45º38.22%37.45%-
HSV(B)219.45º55.3%51.76%-
XYZ9.148.9423.07-
YUV82156.22111.6-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 21.45%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 132 (51.95% from 255) = 48%
R=21.45%
G=30.55%
B=48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal59841320.550.3600.48219.4538.2237.45
Hex3B54843724030db2625
Octal7312420467440603334645
Binary111011101010010000100110111100100011000011011011100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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