#3C5482

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

Shades of Fun Blue #3C5482

Tints of Fun Blue #3C5482

Color information

#3C5482 (or 0x3C5482) is unknown color: approx Fun Blue. HEX triplet: 3C, 54 and 82. RGB value is (60,84,130). Sum of RGB (Red+Green+Blue) = 60+84+130=274 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.90% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C5482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5482 is #C3AB7D. Grayscale: #515151. Windows color (decimal): -12823422 or 8541244. OLE color: 8541244.

HSL color Cylindrical-coordinate representation of color #3C5482: hue angle of 219.43º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3C5482 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6084130-
CMYK0.540.3500.49
HSL219.43º36.84%37.25%-
HSV(B)219.43º53.85%50.98%-
XYZ9.068.9122.36-
YUV82.07155.05112.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.90%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 130 (51.17% from 255) = 47.45%
R=21.90%
G=30.66%
B=47.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60841300.540.3500.49219.4336.8437.25
Hex3C54823623031db2525
Octal7412420266430613334545
Binary111100101010010000010110110100011011000111011011100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,84,130); }

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

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

 a { background-color: rgb(60,84,130); }

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

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

 span { border-color: rgb(60,84,130); }

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