#3A5AE5

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

Shades of Royal Blue #3A5AE5

Tints of Royal Blue #3A5AE5

Color information

#3A5AE5 (or 0x3A5AE5) is unknown color: approx Royal Blue. HEX triplet: 3A, 5A and E5. RGB value is (58,90,229). Sum of RGB (Red+Green+Blue) = 58+90+229=377 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.38% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 229 (89.84% from 255 or 60.74% from 377); Max value from RGB is 229 - color contains mainly: blue. Hex color #3A5AE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5AE5 is #C5A51A. Grayscale: #5F5F5F. Windows color (decimal): -12952859 or 15030842. OLE color: 15030842.

HSL color Cylindrical-coordinate representation of color #3A5AE5: hue angle of 228.77º 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 #3A5AE5 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB5890229-
CMYK0.750.6100.10
HSL228.77º76.68%56.27%-
HSV(B)228.77º74.67%89.8%-
XYZ19.5413.8775.78-
YUV96.28202.9100.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.38%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 229 (89.84% from 255) = 60.74%
R=15.38%
G=23.87%
B=60.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal58902290.750.6100.10228.7776.6856.27
Hex3A5AE54B3D0Ae54d38
Octal721323451137501234511570
Binary111010101101011100101100101111110101010111001011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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