#2D4D8B

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

Shades of Fun Blue #2D4D8B

Tints of Fun Blue #2D4D8B

Color information

#2D4D8B (or 0x2D4D8B) is unknown color: approx Fun Blue. HEX triplet: 2D, 4D and 8B. RGB value is (45,77,139). Sum of RGB (Red+Green+Blue) = 45+77+139=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D4D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D4D8B is #D2B274. Grayscale: #4A4A4A. Windows color (decimal): -13808245 or 9129261. OLE color: 9129261.

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

Color convert

RGB4577139-
CMYK0.680.4500.45
HSL219.57º51.09%36.08%-
HSV(B)219.57º67.63%54.51%-
XYZ8.47.7325.48-
YUV74.5164.4106.96-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.24%
GREEN value IS 77 (30.47% from 255) = 29.50%
BLUE value IS 139 (54.69% from 255) = 53.26%
R=17.24%
G=29.50%
B=53.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal45771390.680.4500.45219.5751.0936.08
Hex2D4D8B442D02Ddc3324
Octal55115213104550553346344
Binary1011011001101100010111000100101101010110111011100110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,77,139); }

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

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

 a { background-color: rgb(45,77,139); }

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

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

 span { border-color: rgb(45,77,139); }

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