#3A54E5

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

Shades of Royal Blue #3A54E5

Tints of Royal Blue #3A54E5

Color information

#3A54E5 (or 0x3A54E5) is unknown color: approx Royal Blue. HEX triplet: 3A, 54 and E5. RGB value is (58,84,229). Sum of RGB (Red+Green+Blue) = 58+84+229=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 229 (89.84% from 255 or 61.73% from 371); Max value from RGB is 229 - color contains mainly: blue. Hex color #3A54E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A54E5 is #C5AB1A. Grayscale: #5C5C5C. Windows color (decimal): -12954395 or 15029306. OLE color: 15029306.

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

Color convert

RGB5884229-
CMYK0.750.6300.10
HSL230.88º76.68%56.27%-
HSV(B)230.88º74.67%89.8%-
XYZ19.0612.975.61-
YUV92.76204.89103.21-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.63%
GREEN value IS 84 (33.20% from 255) = 22.64%
BLUE value IS 229 (89.84% from 255) = 61.73%
R=15.63%
G=22.64%
B=61.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal58842290.750.6300.10230.8876.6856.27
Hex3A54E54B3F0Ae74d38
Octal721243451137701234711570
Binary111010101010011100101100101111111101010111001111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A54E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,84,229); }

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

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

 a { background-color: rgb(58,84,229); }

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

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

 span { border-color: rgb(58,84,229); }

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