#3A5AD7

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

Shades of Royal Blue #3A5AD7

Tints of Royal Blue #3A5AD7

Color information

#3A5AD7 (or 0x3A5AD7) is unknown color: approx Royal Blue. HEX triplet: 3A, 5A and D7. RGB value is (58,90,215). Sum of RGB (Red+Green+Blue) = 58+90+215=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 215 (84.38% from 255 or 59.23% from 363); Max value from RGB is 215 - color contains mainly: blue. Hex color #3A5AD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5AD7 is #C5A528. Grayscale: #5E5E5E. Windows color (decimal): -12952873 or 14113338. OLE color: 14113338.

HSL color Cylindrical-coordinate representation of color #3A5AD7: hue angle of 227.77º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A5AD7 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5890215-
CMYK0.730.5800.16
HSL227.77º66.24%53.53%-
HSV(B)227.77º73.02%84.31%-
XYZ17.6713.1265.89-
YUV94.68195.9101.84-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.98%
GREEN value IS 90 (35.55% from 255) = 24.79%
BLUE value IS 215 (84.38% from 255) = 59.23%
R=15.98%
G=24.79%
B=59.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal58902150.730.5800.16227.7766.2453.53
Hex3A5AD7493A010e44236
Octal721323271117202034410266
Binary1110101011010110101111001001111010010000111001001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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