#2d4977

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

Shades of Fun Blue #2D4977

Tints of Fun Blue #2D4977

Color information

#2D4977 (or 0x2D4977) is unknown color: approx Fun Blue. HEX triplet: 2D, 49 and 77. RGB value is (45,73,119). Sum of RGB (Red+Green+Blue) = 45+73+119=237 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.99% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #2D4977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4977 is #D2B688. Grayscale: #454545. Windows color (decimal): -13809289 or 7817517. OLE color: 7817517.

HSL color Cylindrical-coordinate representation of color #2D4977: hue angle of 217.3º 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 #2D4977 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4573119-
CMYK0.620.3900.53
HSL217.3º45.12%32.16%-
HSV(B)217.3º62.18%46.67%-
XYZ6.796.6518.38-
YUV69.87155.72110.26-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.99%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 119 (46.88% from 255) = 50.21%
R=18.99%
G=30.80%
B=50.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal45731190.620.3900.53217.345.1232.16
Hex2D49773E27035d92d20
Octal5511116776470653315540
Binary10110110010011110111111110100111011010111011001101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d4977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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