#2C4F8D

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

Shades of Fun Blue #2C4F8D

Tints of Fun Blue #2C4F8D

Color information

#2C4F8D (or 0x2C4F8D) is unknown color: approx Fun Blue. HEX triplet: 2C, 4F and 8D. RGB value is (44,79,141). Sum of RGB (Red+Green+Blue) = 44+79+141=264 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.67% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #2C4F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C4F8D is #D3B072. Grayscale: #4B4B4B. Windows color (decimal): -13873267 or 9260844. OLE color: 9260844.

HSL color Cylindrical-coordinate representation of color #2C4F8D: hue angle of 218.35º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C4F8D is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4479141-
CMYK0.690.4400.45
HSL218.35º52.43%36.27%-
HSV(B)218.35º68.79%55.29%-
XYZ8.648.0526.3-
YUV75.6164.9105.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.67%
GREEN value IS 79 (31.25% from 255) = 29.92%
BLUE value IS 141 (55.47% from 255) = 53.41%
R=16.67%
G=29.92%
B=53.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal44791410.690.4400.45218.3552.4336.27
Hex2C4F8D452C02Dda3424
Octal54117215105540553326444
Binary1011001001111100011011000101101100010110111011010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,79,141); }

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

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

 a { background-color: rgb(44,79,141); }

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

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

 span { border-color: rgb(44,79,141); }

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