#3a73f8

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

Shades of Royal Blue #3A73F8

Tints of Royal Blue #3A73F8

Color information

#3A73F8 (or 0x3A73F8) is unknown color: approx Royal Blue. HEX triplet: 3A, 73 and F8. RGB value is (58,115,248). Sum of RGB (Red+Green+Blue) = 58+115+248=421 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.78% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 248 (97.27% from 255 or 58.91% from 421); Max value from RGB is 248 - color contains mainly: blue. Hex color #3A73F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3A73F8 is #C58C07. Grayscale: #707070. Windows color (decimal): -12946440 or 16282426. OLE color: 16282426.

HSL color Cylindrical-coordinate representation of color #3A73F8: hue angle of 222º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A73F8 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB58115248-
CMYK0.770.5400.03
HSL222º93.14%60%-
HSV(B)222º76.61%97.25%-
XYZ24.8219.9491.35-
YUV113.12204.1288.69-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.78%
GREEN value IS 115 (45.31% from 255) = 27.32%
BLUE value IS 248 (97.27% from 255) = 58.91%
R=13.78%
G=27.32%
B=58.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal581152480.770.5400.0322293.1460
Hex3A73F84D3603de5d3c
Octal72163370115660333613574
Binary1110101110011111110001001101110110011110111101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a73f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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