#2d4f8b

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

Shades of Fun Blue #2D4F8B

Tints of Fun Blue #2D4F8B

Color information

#2D4F8B (or 0x2D4F8B) is unknown color: approx Fun Blue. HEX triplet: 2D, 4F and 8B. RGB value is (45,79,139). Sum of RGB (Red+Green+Blue) = 45+79+139=263 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.11% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D4F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D4F8B is #D2B074. Grayscale: #4B4B4B. Windows color (decimal): -13807733 or 9129773. OLE color: 9129773.

HSL color Cylindrical-coordinate representation of color #2D4F8B: hue angle of 218.3º 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 #2D4F8B is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4579139-
CMYK0.680.4300.45
HSL218.3º51.09%36.08%-
HSV(B)218.3º67.63%54.51%-
XYZ8.548.0125.52-
YUV75.67163.74106.12-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 17.11%
GREEN value IS 79 (31.25% from 255) = 30.04%
BLUE value IS 139 (54.69% from 255) = 52.85%
R=17.11%
G=30.04%
B=52.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal45791390.680.4300.45218.351.0936.08
Hex2D4F8B442B02Dda3324
Octal55117213104530553326344
Binary1011011001111100010111000100101011010110111011010110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d4f8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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