#3C64F1

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

Shades of Royal Blue #3C64F1

Tints of Royal Blue #3C64F1

Color information

#3C64F1 (or 0x3C64F1) is unknown color: approx Royal Blue. HEX triplet: 3C, 64 and F1. RGB value is (60,100,241). Sum of RGB (Red+Green+Blue) = 60+100+241=401 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.96% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 241 (94.53% from 255 or 60.10% from 401); Max value from RGB is 241 - color contains mainly: blue. Hex color #3C64F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C64F1 is #C39B0E. Grayscale: #676767. Windows color (decimal): -12819215 or 15819836. OLE color: 15819836.

HSL color Cylindrical-coordinate representation of color #3C64F1: hue angle of 226.74º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C64F1 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB60100241-
CMYK0.750.5900.05
HSL226.74º86.6%59.02%-
HSV(B)226.74º75.1%94.51%-
XYZ22.316.4385.21-
YUV104.11205.2596.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.96%
GREEN value IS 100 (39.45% from 255) = 24.94%
BLUE value IS 241 (94.53% from 255) = 60.10%
R=14.96%
G=24.94%
B=60.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal601002410.750.5900.05226.7486.659.02
Hex3C64F14B3B05e3573b
Octal74144361113730534312773
Binary11110011001001111000110010111110110101111000111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C64F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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