#2C51EC

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

Shades of Royal Blue #2C51EC

Tints of Royal Blue #2C51EC

Color information

#2C51EC (or 0x2C51EC) is unknown color: approx Royal Blue. HEX triplet: 2C, 51 and EC. RGB value is (44,81,236). Sum of RGB (Red+Green+Blue) = 44+81+236=361 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.19% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 236 (92.58% from 255 or 65.37% from 361); Max value from RGB is 236 - color contains mainly: blue. Hex color #2C51EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C51EC is #D3AE13. Grayscale: #565656. Windows color (decimal): -13872660 or 15487276. OLE color: 15487276.

HSL color Cylindrical-coordinate representation of color #2C51EC: hue angle of 228.44º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C51EC is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4481236-
CMYK0.810.6600.07
HSL228.44º83.48%54.9%-
HSV(B)228.44º81.36%92.55%-
XYZ19.1212.4880.76-
YUV87.61211.7496.9-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.19%
GREEN value IS 81 (32.03% from 255) = 22.44%
BLUE value IS 236 (92.58% from 255) = 65.37%
R=12.19%
G=22.44%
B=65.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal44812360.810.6600.07228.4483.4854.9
Hex2C51EC514207e45337
Octal541213541211020734412367
Binary101100101000111101100101000110000100111111001001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C51EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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