#2C4878

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

Shades of Fun Blue #2C4878

Tints of Fun Blue #2C4878

Color information

#2C4878 (or 0x2C4878) is unknown color: approx Fun Blue. HEX triplet: 2C, 48 and 78. RGB value is (44,72,120). Sum of RGB (Red+Green+Blue) = 44+72+120=236 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.64% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #2C4878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4878 is #D3B787. Grayscale: #444444. Windows color (decimal): -13875080 or 7882796. OLE color: 7882796.

HSL color Cylindrical-coordinate representation of color #2C4878: hue angle of 217.89º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C4878 is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4472120-
CMYK0.630.4000.53
HSL217.89º46.34%32.16%-
HSV(B)217.89º63.33%47.06%-
XYZ6.756.5318.67-
YUV69.1156.72110.1-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.64%
GREEN value IS 72 (28.52% from 255) = 30.51%
BLUE value IS 120 (47.27% from 255) = 50.85%
R=18.64%
G=30.51%
B=50.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal44721200.630.4000.53217.8946.3432.16
Hex2C48783F28035da2e20
Octal5411017077500653325640
Binary10110010010001111000111111101000011010111011010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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