#2C477C

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

Shades of Fun Blue #2C477C

Tints of Fun Blue #2C477C

Color information

#2C477C (or 0x2C477C) is unknown color: approx Fun Blue. HEX triplet: 2C, 47 and 7C. RGB value is (44,71,124). Sum of RGB (Red+Green+Blue) = 44+71+124=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #2C477C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C477C is #D3B883. Grayscale: #444444. Windows color (decimal): -13875332 or 8144684. OLE color: 8144684.

HSL color Cylindrical-coordinate representation of color #2C477C: hue angle of 219.75º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C477C is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4471124-
CMYK0.650.4300.51
HSL219.75º47.62%32.94%-
HSV(B)219.75º64.52%48.63%-
XYZ6.936.519.96-
YUV68.97159.05110.19-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.41%
GREEN value IS 71 (28.12% from 255) = 29.71%
BLUE value IS 124 (48.83% from 255) = 51.88%
R=18.41%
G=29.71%
B=51.88%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal44711240.650.4300.51219.7547.6232.94
Hex2C477C412B033dc3021
Octal54107174101530633346041
Binary101100100011111111001000001101011011001111011100110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C477C; }

 p { color: rgb(44,71,124); }

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

<style>
 a { background-color: #2C477C; }

 a { background-color: rgb(44,71,124); }

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

<style>
 span { border-color: #2C477C; }

 span { border-color: rgb(44,71,124); }

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