#3576EA

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

Shades of Royal Blue #3576EA

Tints of Royal Blue #3576EA

Color information

#3576EA (or 0x3576EA) is unknown color: approx Royal Blue. HEX triplet: 35, 76 and EA. RGB value is (53,118,234). Sum of RGB (Red+Green+Blue) = 53+118+234=405 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.09% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #3576EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3576EA is #CA8915. Grayscale: #6F6F6F. Windows color (decimal): -13273366 or 15365685. OLE color: 15365685.

HSL color Cylindrical-coordinate representation of color #3576EA: hue angle of 218.45º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3576EA is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB53118234-
CMYK0.770.5000.08
HSL218.45º81.17%56.27%-
HSV(B)218.45º77.35%91.76%-
XYZ22.819.6580.43-
YUV111.79196.9786.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.09%
GREEN value IS 118 (46.48% from 255) = 29.14%
BLUE value IS 234 (91.80% from 255) = 57.78%
R=13.09%
G=29.14%
B=57.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal531182340.770.5000.08218.4581.1756.27
Hex3576EA4D3208da5138
Octal651663521156201033212170
Binary110101111011011101010100110111001001000110110101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3576EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3576EA; }

 p { color: rgb(53,118,234); }

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

<style>
 a { background-color: #3576EA; }

 a { background-color: rgb(53,118,234); }

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

<style>
 span { border-color: #3576EA; }

 span { border-color: rgb(53,118,234); }

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