#2C4871

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

Shades of Fun Blue #2C4871

Tints of Fun Blue #2C4871

Color information

#2C4871 (or 0x2C4871) is unknown color: approx Fun Blue. HEX triplet: 2C, 48 and 71. RGB value is (44,72,113). Sum of RGB (Red+Green+Blue) = 44+72+113=229 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.21% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 113 - color contains mainly: blue. Hex color #2C4871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4871 is #D3B78E. Grayscale: #444444. Windows color (decimal): -13875087 or 7424044. OLE color: 7424044.

HSL color Cylindrical-coordinate representation of color #2C4871: hue angle of 215.65º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C4871 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4472113-
CMYK0.610.3600.56
HSL215.65º43.95%30.78%-
HSV(B)215.65º61.06%44.31%-
XYZ6.346.3616.52-
YUV68.3153.22110.67-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.21%
GREEN value IS 72 (28.52% from 255) = 31.44%
BLUE value IS 113 (44.53% from 255) = 49.34%
R=19.21%
G=31.44%
B=49.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal44721130.610.3600.56215.6543.9530.78
Hex2C48713D24038d82c1f
Octal5411016175440703305437
Binary1011001001000111000111110110010001110001101100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,72,113); }

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

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

 a { background-color: rgb(44,72,113); }

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

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

 span { border-color: rgb(44,72,113); }

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