#2D518B

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

Shades of Fun Blue #2D518B

Tints of Fun Blue #2D518B

Color information

#2D518B (or 0x2D518B) is unknown color: approx Fun Blue. HEX triplet: 2D, 51 and 8B. RGB value is (45,81,139). Sum of RGB (Red+Green+Blue) = 45+81+139=265 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.98% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D518B is #D2AE74. Grayscale: #4C4C4C. Windows color (decimal): -13807221 or 9130285. OLE color: 9130285.

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

Color convert

RGB4581139-
CMYK0.680.4200.45
HSL217.02º51.09%36.08%-
HSV(B)217.02º67.63%54.51%-
XYZ8.688.3125.57-
YUV76.85163.07105.28-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.98%
GREEN value IS 81 (32.03% from 255) = 30.57%
BLUE value IS 139 (54.69% from 255) = 52.45%
R=16.98%
G=30.57%
B=52.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal45811390.680.4200.45217.0251.0936.08
Hex2D518B442A02Dd93324
Octal55121213104520553316344
Binary1011011010001100010111000100101010010110111011001110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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