#2C4D7D

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

Shades of Fun Blue #2C4D7D

Tints of Fun Blue #2C4D7D

Color information

#2C4D7D (or 0x2C4D7D) is unknown color: approx Fun Blue. HEX triplet: 2C, 4D and 7D. RGB value is (44,77,125). Sum of RGB (Red+Green+Blue) = 44+77+125=246 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.89% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #2C4D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C4D7D is #D3B282. Grayscale: #484848. Windows color (decimal): -13873795 or 8211756. OLE color: 8211756.

HSL color Cylindrical-coordinate representation of color #2C4D7D: hue angle of 215.56º 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 #2C4D7D is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4477125-
CMYK0.650.3800.51
HSL215.56º47.93%33.14%-
HSV(B)215.56º64.8%49.02%-
XYZ7.397.3220.43-
YUV72.6157.57107.6-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.89%
GREEN value IS 77 (30.47% from 255) = 31.30%
BLUE value IS 125 (49.22% from 255) = 50.81%
R=17.89%
G=31.30%
B=50.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal44771250.650.3800.51215.5647.9333.14
Hex2C4D7D4126033d83021
Octal54115175101460633306041
Binary101100100110111111011000001100110011001111011000110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,77,125); }

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

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

 a { background-color: rgb(44,77,125); }

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

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

 span { border-color: rgb(44,77,125); }

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