#2D4981

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

Shades of Fun Blue #2D4981

Tints of Fun Blue #2D4981

Color information

#2D4981 (or 0x2D4981) is unknown color: approx Fun Blue. HEX triplet: 2D, 49 and 81. RGB value is (45,73,129). Sum of RGB (Red+Green+Blue) = 45+73+129=247 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.22% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 129 (50.78% from 255 or 52.23% from 247); Max value from RGB is 129 - color contains mainly: blue. Hex color #2D4981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4981 is #D2B67E. Grayscale: #464646. Windows color (decimal): -13809279 or 8472877. OLE color: 8472877.

HSL color Cylindrical-coordinate representation of color #2D4981: hue angle of 220º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2D4981 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4573129-
CMYK0.650.4300.49
HSL220º48.28%34.12%-
HSV(B)220º65.12%50.59%-
XYZ7.436.9121.71-
YUV71.01160.72109.45-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.22%
GREEN value IS 73 (28.91% from 255) = 29.55%
BLUE value IS 129 (50.78% from 255) = 52.23%
R=18.22%
G=29.55%
B=52.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal45731290.650.4300.4922048.2834.12
Hex2D4981412B031dc3022
Octal55111201101530613346042
Binary1011011001001100000011000001101011011000111011100110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,73,129); }

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

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

 a { background-color: rgb(45,73,129); }

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

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

 span { border-color: rgb(45,73,129); }

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