#3C5584

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

Shades of Fun Blue #3C5584

Tints of Fun Blue #3C5584

Color information

#3C5584 (or 0x3C5584) is unknown color: approx Fun Blue. HEX triplet: 3C, 55 and 84. RGB value is (60,85,132). Sum of RGB (Red+Green+Blue) = 60+85+132=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #3C5584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5584 is #C3AA7B. Grayscale: #525252. Windows color (decimal): -12823164 or 8672572. OLE color: 8672572.

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

Color convert

RGB6085132-
CMYK0.550.3600.48
HSL219.17º37.5%37.65%-
HSV(B)219.17º54.55%51.76%-
XYZ9.289.1223.1-
YUV82.88155.72111.68-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.66%
GREEN value IS 85 (33.59% from 255) = 30.69%
BLUE value IS 132 (51.95% from 255) = 47.65%
R=21.66%
G=30.69%
B=47.65%

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
Decimal60851320.550.3600.48219.1737.537.65
Hex3C55843724030db2626
Octal7412520467440603334646
Binary111100101010110000100110111100100011000011011011100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,85,132); }

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

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

 a { background-color: rgb(60,85,132); }

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

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

 span { border-color: rgb(60,85,132); }

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