#3A51E0

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

Shades of Royal Blue #3A51E0

Tints of Royal Blue #3A51E0

Color information

#3A51E0 (or 0x3A51E0) is unknown color: approx Royal Blue. HEX triplet: 3A, 51 and E0. RGB value is (58,81,224). Sum of RGB (Red+Green+Blue) = 58+81+224=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 224 (87.89% from 255 or 61.71% from 363); Max value from RGB is 224 - color contains mainly: blue. Hex color #3A51E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A51E0 is #C5AE1F. Grayscale: #595959. Windows color (decimal): -12955168 or 14700858. OLE color: 14700858.

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

Color convert

RGB5881224-
CMYK0.740.6400.12
HSL231.69º72.81%55.29%-
HSV(B)231.69º74.11%87.84%-
XYZ18.1412.1771.91-
YUV90.42203.38104.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.98%
GREEN value IS 81 (32.03% from 255) = 22.31%
BLUE value IS 224 (87.89% from 255) = 61.71%
R=15.98%
G=22.31%
B=61.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal58812240.740.6400.12231.6972.8155.29
Hex3A51E04A400Ce84937
Octal7212134011210001435011167
Binary1110101010001111000001001010100000001100111010001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A51E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,81,224); }

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

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

 a { background-color: rgb(58,81,224); }

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

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

 span { border-color: rgb(58,81,224); }

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