#2C56E1

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

Shades of Royal Blue #2C56E1

Tints of Royal Blue #2C56E1

Color information

#2C56E1 (or 0x2C56E1) is unknown color: approx Royal Blue. HEX triplet: 2C, 56 and E1. RGB value is (44,86,225). Sum of RGB (Red+Green+Blue) = 44+86+225=355 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.39% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 225 (88.28% from 255 or 63.38% from 355); Max value from RGB is 225 - color contains mainly: blue. Hex color #2C56E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C56E1 is #D3A91E. Grayscale: #585858. Windows color (decimal): -13871391 or 14767660. OLE color: 14767660.

HSL color Cylindrical-coordinate representation of color #2C56E1: hue angle of 226.08º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2C56E1 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4486225-
CMYK0.800.6200.12
HSL226.08º75.1%52.75%-
HSV(B)226.08º80.44%88.24%-
XYZ17.9612.6372.73-
YUV89.29204.5995.7-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.39%
GREEN value IS 86 (33.98% from 255) = 24.23%
BLUE value IS 225 (88.28% from 255) = 63.38%
R=12.39%
G=24.23%
B=63.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal44862250.800.6200.12226.0875.152.75
Hex2C56E1503E0Ce24b35
Octal541263411207601434211365
Binary101100101011011100001101000011111001100111000101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C56E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,86,225); }

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

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

 a { background-color: rgb(44,86,225); }

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

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

 span { border-color: rgb(44,86,225); }

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