#3A5BE5

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

Shades of Royal Blue #3A5BE5

Tints of Royal Blue #3A5BE5

Color information

#3A5BE5 (or 0x3A5BE5) is unknown color: approx Royal Blue. HEX triplet: 3A, 5B and E5. RGB value is (58,91,229). Sum of RGB (Red+Green+Blue) = 58+91+229=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 229 (89.84% from 255 or 60.58% from 378); Max value from RGB is 229 - color contains mainly: blue. Hex color #3A5BE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5BE5 is #C5A41A. Grayscale: #606060. Windows color (decimal): -12952603 or 15031098. OLE color: 15031098.

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

Color convert

RGB5891229-
CMYK0.750.6000.10
HSL228.42º76.68%56.27%-
HSV(B)228.42º74.67%89.8%-
XYZ19.6314.0475.8-
YUV96.86202.57100.28-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.34%
GREEN value IS 91 (35.94% from 255) = 24.07%
BLUE value IS 229 (89.84% from 255) = 60.58%
R=15.34%
G=24.07%
B=60.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal58912290.750.6000.10228.4276.6856.27
Hex3A5BE54B3C0Ae44d38
Octal721333451137401234411570
Binary111010101101111100101100101111110001010111001001001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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