#3C57E1

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

Shades of Royal Blue #3C57E1

Tints of Royal Blue #3C57E1

Color information

#3C57E1 (or 0x3C57E1) is unknown color: approx Royal Blue. HEX triplet: 3C, 57 and E1. RGB value is (60,87,225). Sum of RGB (Red+Green+Blue) = 60+87+225=372 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.13% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 225 (88.28% from 255 or 60.48% from 372); Max value from RGB is 225 - color contains mainly: blue. Hex color #3C57E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C57E1 is #C3A81E. Grayscale: #5E5E5E. Windows color (decimal): -12822559 or 14767932. OLE color: 14767932.

HSL color Cylindrical-coordinate representation of color #3C57E1: hue angle of 230.18º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C57E1 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6087225-
CMYK0.730.6100.12
HSL230.18º73.33%55.88%-
HSV(B)230.18º73.33%88.24%-
XYZ18.8613.2172.79-
YUV94.66201.55103.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.13%
GREEN value IS 87 (34.38% from 255) = 23.39%
BLUE value IS 225 (88.28% from 255) = 60.48%
R=16.13%
G=23.39%
B=60.48%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal60872250.730.6100.12230.1873.3355.88
Hex3C57E1493D0Ce64938
Octal741273411117501434611170
Binary111100101011111100001100100111110101100111001101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C57E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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