#3C64E5

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

Shades of Royal Blue #3C64E5

Tints of Royal Blue #3C64E5

Color information

#3C64E5 (or 0x3C64E5) is unknown color: approx Royal Blue. HEX triplet: 3C, 64 and E5. RGB value is (60,100,229). Sum of RGB (Red+Green+Blue) = 60+100+229=389 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.42% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 229 (89.84% from 255 or 58.87% from 389); Max value from RGB is 229 - color contains mainly: blue. Hex color #3C64E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C64E5 is #C39B1A. Grayscale: #666666. Windows color (decimal): -12819227 or 15033404. OLE color: 15033404.

HSL color Cylindrical-coordinate representation of color #3C64E5: hue angle of 225.8º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C64E5 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB60100229-
CMYK0.740.5600.10
HSL225.8º76.47%56.67%-
HSV(B)225.8º73.8%89.8%-
XYZ20.5615.7376.08-
YUV102.75199.2597.51-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.42%
GREEN value IS 100 (39.45% from 255) = 25.71%
BLUE value IS 229 (89.84% from 255) = 58.87%
R=15.42%
G=25.71%
B=58.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal601002290.740.5600.10225.876.4756.67
Hex3C64E54A380Ae24c39
Octal741443451127001234211471
Binary111100110010011100101100101011100001010111000101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C64E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,100,229); }

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

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

 a { background-color: rgb(60,100,229); }

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

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

 span { border-color: rgb(60,100,229); }

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