#2C57E1

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

Shades of Royal Blue #2C57E1

Tints of Royal Blue #2C57E1

Color information

#2C57E1 (or 0x2C57E1) is unknown color: approx Royal Blue. HEX triplet: 2C, 57 and E1. RGB value is (44,87,225). Sum of RGB (Red+Green+Blue) = 44+87+225=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 225 (88.28% from 255 or 63.20% from 356); Max value from RGB is 225 - color contains mainly: blue. Hex color #2C57E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C57E1 is #D3A81E. Grayscale: #595959. Windows color (decimal): -13871135 or 14767916. OLE color: 14767916.

HSL color Cylindrical-coordinate representation of color #2C57E1: hue angle of 225.75º 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 #2C57E1 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4487225-
CMYK0.800.6100.12
HSL225.75º75.1%52.75%-
HSV(B)225.75º80.44%88.24%-
XYZ18.0412.7972.75-
YUV89.88204.2595.28-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.36%
GREEN value IS 87 (34.38% from 255) = 24.44%
BLUE value IS 225 (88.28% from 255) = 63.20%
R=12.36%
G=24.44%
B=63.20%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal44872250.800.6100.12225.7575.152.75
Hex2C57E1503D0Ce24b35
Octal541273411207501434211365
Binary101100101011111100001101000011110101100111000101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C57E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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