#2C4777

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

Shades of Fun Blue #2C4777

Tints of Fun Blue #2C4777

Color information

#2C4777 (or 0x2C4777) is unknown color: approx Fun Blue. HEX triplet: 2C, 47 and 77. RGB value is (44,71,119). Sum of RGB (Red+Green+Blue) = 44+71+119=234 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.80% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #2C4777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4777 is #D3B888. Grayscale: #444444. Windows color (decimal): -13875337 or 7817004. OLE color: 7817004.

HSL color Cylindrical-coordinate representation of color #2C4777: hue angle of 218.4º 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 #2C4777 is Cyan = 0.63, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4471119-
CMYK0.630.4000.53
HSL218.4º46.01%31.96%-
HSV(B)218.4º63.03%46.67%-
XYZ6.626.3718.33-
YUV68.4156.55110.6-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.80%
GREEN value IS 71 (28.12% from 255) = 30.34%
BLUE value IS 119 (46.88% from 255) = 50.85%
R=18.80%
G=30.34%
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
Decimal44711190.630.4000.53218.446.0131.96
Hex2C47773F28035da2e20
Octal5410716777500653325640
Binary10110010001111110111111111101000011010111011010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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