#2C64E3

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

Shades of Royal Blue #2C64E3

Tints of Royal Blue #2C64E3

Color information

#2C64E3 (or 0x2C64E3) is unknown color: approx Royal Blue. HEX triplet: 2C, 64 and E3. RGB value is (44,100,227). Sum of RGB (Red+Green+Blue) = 44+100+227=371 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.86% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 227 (89.06% from 255 or 61.19% from 371); Max value from RGB is 227 - color contains mainly: blue. Hex color #2C64E3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C64E3 is #D39B1C. Grayscale: #616161. Windows color (decimal): -13867805 or 14902316. OLE color: 14902316.

HSL color Cylindrical-coordinate representation of color #2C64E3: hue angle of 221.64º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C64E3 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB44100227-
CMYK0.810.5600.11
HSL221.64º76.57%53.14%-
HSV(B)221.64º80.62%89.02%-
XYZ19.4615.274.58-
YUV97.73200.9589.67-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.86%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 227 (89.06% from 255) = 61.19%
R=11.86%
G=26.95%
B=61.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal441002270.810.5600.11221.6476.5753.14
Hex2C64E351380Bde4d35
Octal541443431217001333611565
Binary101100110010011100011101000111100001011110111101001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C64E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,100,227); }

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

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

 a { background-color: rgb(44,100,227); }

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

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

 span { border-color: rgb(44,100,227); }

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