#3573ED

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

Shades of Royal Blue #3573ED

Tints of Royal Blue #3573ED

Color information

#3573ED (or 0x3573ED) is unknown color: approx Royal Blue. HEX triplet: 35, 73 and ED. RGB value is (53,115,237). Sum of RGB (Red+Green+Blue) = 53+115+237=405 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.09% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 237 (92.97% from 255 or 58.52% from 405); Max value from RGB is 237 - color contains mainly: blue. Hex color #3573ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3573ED is #CA8C12. Grayscale: #6D6D6D. Windows color (decimal): -13274131 or 15561525. OLE color: 15561525.

HSL color Cylindrical-coordinate representation of color #3573ED: hue angle of 219.78º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3573ED is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB53115237-
CMYK0.780.5100.07
HSL219.78º83.64%56.86%-
HSV(B)219.78º77.64%92.94%-
XYZ22.8819.1382.61-
YUV110.37199.4687.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.09%
GREEN value IS 115 (45.31% from 255) = 28.40%
BLUE value IS 237 (92.97% from 255) = 58.52%
R=13.09%
G=28.40%
B=58.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal531152370.780.5100.07219.7883.6456.86
Hex3573ED4E3307dc5439
Octal65163355116630733412471
Binary11010111100111110110110011101100110111110111001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3573ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3573ED; }

 p { color: rgb(53,115,237); }

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

<style>
 a { background-color: #3573ED; }

 a { background-color: rgb(53,115,237); }

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

<style>
 span { border-color: #3573ED; }

 span { border-color: rgb(53,115,237); }

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