#2D4778

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

Shades of Fun Blue #2D4778

Tints of Fun Blue #2D4778

Color information

#2D4778 (or 0x2D4778) is unknown color: approx Fun Blue. HEX triplet: 2D, 47 and 78. RGB value is (45,71,120). Sum of RGB (Red+Green+Blue) = 45+71+120=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 71 (28.12% from 255 or 30.08% 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 #2D4778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4778 is #D2B887. Grayscale: #444444. Windows color (decimal): -13809800 or 7882541. OLE color: 7882541.

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

Color convert

RGB4571120-
CMYK0.630.4100.53
HSL219.2º45.45%32.35%-
HSV(B)219.2º62.5%47.06%-
XYZ6.736.4218.65-
YUV68.81156.89111.02-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.07%
GREEN value IS 71 (28.12% from 255) = 30.08%
BLUE value IS 120 (47.27% from 255) = 50.85%
R=19.07%
G=30.08%
B=50.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal45711200.630.4100.53219.245.4532.35
Hex2D47783F29035db2d20
Octal5510717077510653335540
Binary10110110001111111000111111101001011010111011011101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,71,120); }

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

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

 a { background-color: rgb(45,71,120); }

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

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

 span { border-color: rgb(45,71,120); }

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