#3C51E4

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

Shades of Royal Blue #3C51E4

Tints of Royal Blue #3C51E4

Color information

#3C51E4 (or 0x3C51E4) is unknown color: approx Royal Blue. HEX triplet: 3C, 51 and E4. RGB value is (60,81,228). Sum of RGB (Red+Green+Blue) = 60+81+228=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 228 (89.45% from 255 or 61.79% from 369); Max value from RGB is 228 - color contains mainly: blue. Hex color #3C51E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C51E4 is #C3AE1B. Grayscale: #5A5A5A. Windows color (decimal): -12824092 or 14963004. OLE color: 14963004.

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

Color convert

RGB6081228-
CMYK0.740.6400.11
HSL232.5º75.68%56.47%-
HSV(B)232.5º73.68%89.41%-
XYZ18.8112.4574.81-
YUV91.48205.04105.55-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.26%
GREEN value IS 81 (32.03% from 255) = 21.95%
BLUE value IS 228 (89.45% from 255) = 61.79%
R=16.26%
G=21.95%
B=61.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal60812280.740.6400.11232.575.6856.47
Hex3C51E44A400Be84c38
Octal7412134411210001335011470
Binary1111001010001111001001001010100000001011111010001001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C51E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,81,228); }

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

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

 a { background-color: rgb(60,81,228); }

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

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

 span { border-color: rgb(60,81,228); }

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