#3574EA

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

Shades of Royal Blue #3574EA

Tints of Royal Blue #3574EA

Color information

#3574EA (or 0x3574EA) is unknown color: approx Royal Blue. HEX triplet: 35, 74 and EA. RGB value is (53,116,234). Sum of RGB (Red+Green+Blue) = 53+116+234=403 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.15% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #3574EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3574EA is #CA8B15. Grayscale: #6E6E6E. Windows color (decimal): -13273878 or 15365173. OLE color: 15365173.

HSL color Cylindrical-coordinate representation of color #3574EA: hue angle of 219.12º 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 #3574EA is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB53116234-
CMYK0.770.5000.08
HSL219.12º81.17%56.27%-
HSV(B)219.12º77.35%91.76%-
XYZ22.5619.1980.36-
YUV110.62197.6386.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.15%
GREEN value IS 116 (45.70% from 255) = 28.78%
BLUE value IS 234 (91.80% from 255) = 58.06%
R=13.15%
G=28.78%
B=58.06%

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
Decimal531162340.770.5000.08219.1281.1756.27
Hex3574EA4D3208db5138
Octal651643521156201033312170
Binary110101111010011101010100110111001001000110110111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3574EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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