#3A73E8

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

Shades of Royal Blue #3A73E8

Tints of Royal Blue #3A73E8

Color information

#3A73E8 (or 0x3A73E8) is unknown color: approx Royal Blue. HEX triplet: 3A, 73 and E8. RGB value is (58,115,232). Sum of RGB (Red+Green+Blue) = 58+115+232=405 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.32% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 232 (91.02% from 255 or 57.28% from 405); Max value from RGB is 232 - color contains mainly: blue. Hex color #3A73E8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A73E8 is #C58C17. Grayscale: #6E6E6E. Windows color (decimal): -12946456 or 15233850. OLE color: 15233850.

HSL color Cylindrical-coordinate representation of color #3A73E8: hue angle of 220.34º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A73E8 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB58115232-
CMYK0.750.5000.09
HSL220.34º79.09%56.86%-
HSV(B)220.34º75%90.98%-
XYZ22.4418.9978.83-
YUV111.29196.1289.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.32%
GREEN value IS 115 (45.31% from 255) = 28.40%
BLUE value IS 232 (91.02% from 255) = 57.28%
R=14.32%
G=28.40%
B=57.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal581152320.750.5000.09220.3479.0956.86
Hex3A73E84B3209dc4f39
Octal721633501136201133411771
Binary111010111001111101000100101111001001001110111001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A73E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,115,232); }

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

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

 a { background-color: rgb(58,115,232); }

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

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

 span { border-color: rgb(58,115,232); }

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