#2D4973

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

Shades of Fun Blue #2D4973

Tints of Fun Blue #2D4973

Color information

#2D4973 (or 0x2D4973) is unknown color: approx Fun Blue. HEX triplet: 2D, 49 and 73. RGB value is (45,73,115). Sum of RGB (Red+Green+Blue) = 45+73+115=233 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.31% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #2D4973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4973 is #D2B68C. Grayscale: #454545. Windows color (decimal): -13809293 or 7555373. OLE color: 7555373.

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

Color convert

RGB4573115-
CMYK0.610.3700.55
HSL216º43.75%31.37%-
HSV(B)216º60.87%45.1%-
XYZ6.566.5617.14-
YUV69.42153.72110.58-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.31%
GREEN value IS 73 (28.91% from 255) = 31.33%
BLUE value IS 115 (45.31% from 255) = 49.36%
R=19.31%
G=31.33%
B=49.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal45731150.610.3700.5521643.7531.37
Hex2D49733D25037d82c1f
Octal5511116375450673305437
Binary1011011001001111001111110110010101101111101100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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