#2C518B

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

Shades of Fun Blue #2C518B

Tints of Fun Blue #2C518B

Color information

#2C518B (or 0x2C518B) is unknown color: approx Fun Blue. HEX triplet: 2C, 51 and 8B. RGB value is (44,81,139). Sum of RGB (Red+Green+Blue) = 44+81+139=264 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.67% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #2C518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C518B is #D3AE74. Grayscale: #4C4C4C. Windows color (decimal): -13872757 or 9130284. OLE color: 9130284.

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

Color convert

RGB4481139-
CMYK0.680.4200.45
HSL216.63º51.91%35.88%-
HSV(B)216.63º68.35%54.51%-
XYZ8.648.2825.57-
YUV76.55163.24104.78-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.67%
GREEN value IS 81 (32.03% from 255) = 30.68%
BLUE value IS 139 (54.69% from 255) = 52.65%
R=16.67%
G=30.68%
B=52.65%

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
Decimal44811390.680.4200.45216.6351.9135.88
Hex2C518B442A02Dd93424
Octal54121213104520553316444
Binary1011001010001100010111000100101010010110111011001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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