#3A5AD8

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

Shades of Royal Blue #3A5AD8

Tints of Royal Blue #3A5AD8

Color information

#3A5AD8 (or 0x3A5AD8) is unknown color: approx Royal Blue. HEX triplet: 3A, 5A and D8. RGB value is (58,90,216). Sum of RGB (Red+Green+Blue) = 58+90+216=364 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.93% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 216 (84.77% from 255 or 59.34% from 364); Max value from RGB is 216 - color contains mainly: blue. Hex color #3A5AD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5AD8 is #C5A527. Grayscale: #5E5E5E. Windows color (decimal): -12952872 or 14178874. OLE color: 14178874.

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

Color convert

RGB5890216-
CMYK0.730.5800.15
HSL227.85º66.95%53.73%-
HSV(B)227.85º73.15%84.71%-
XYZ17.813.1766.57-
YUV94.8196.4101.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.93%
GREEN value IS 90 (35.55% from 255) = 24.73%
BLUE value IS 216 (84.77% from 255) = 59.34%
R=15.93%
G=24.73%
B=59.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal58902160.730.5800.15227.8566.9553.73
Hex3A5AD8493A0Fe44336
Octal721323301117201734410366
Binary111010101101011011000100100111101001111111001001000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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