#3A55E5

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

Shades of Royal Blue #3A55E5

Tints of Royal Blue #3A55E5

Color information

#3A55E5 (or 0x3A55E5) is unknown color: approx Royal Blue. HEX triplet: 3A, 55 and E5. RGB value is (58,85,229). Sum of RGB (Red+Green+Blue) = 58+85+229=372 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.59% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 229 (89.84% from 255 or 61.56% from 372); Max value from RGB is 229 - color contains mainly: blue. Hex color #3A55E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A55E5 is #C5AA1A. Grayscale: #5C5C5C. Windows color (decimal): -12954139 or 15029562. OLE color: 15029562.

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

Color convert

RGB5885229-
CMYK0.750.6300.10
HSL230.53º76.68%56.27%-
HSV(B)230.53º74.67%89.8%-
XYZ19.1413.0575.64-
YUV93.34204.55102.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.59%
GREEN value IS 85 (33.59% from 255) = 22.85%
BLUE value IS 229 (89.84% from 255) = 61.56%
R=15.59%
G=22.85%
B=61.56%

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
Decimal58852290.750.6300.10230.5376.6856.27
Hex3A55E54B3F0Ae74d38
Octal721253451137701234711570
Binary111010101010111100101100101111111101010111001111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A55E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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