#3574EF

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

Shades of Royal Blue #3574EF

Tints of Royal Blue #3574EF

Color information

#3574EF (or 0x3574EF) is unknown color: approx Royal Blue. HEX triplet: 35, 74 and EF. RGB value is (53,116,239). Sum of RGB (Red+Green+Blue) = 53+116+239=408 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.99% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 239 (93.75% from 255 or 58.58% from 408); Max value from RGB is 239 - color contains mainly: blue. Hex color #3574EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3574EF is #CA8B10. Grayscale: #6E6E6E. Windows color (decimal): -13273873 or 15692853. OLE color: 15692853.

HSL color Cylindrical-coordinate representation of color #3574EF: hue angle of 219.68º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3574EF is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB53116239-
CMYK0.780.5100.06
HSL219.68º85.32%57.25%-
HSV(B)219.68º77.82%93.73%-
XYZ23.2919.4884.19-
YUV111.18200.1386.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.99%
GREEN value IS 116 (45.70% from 255) = 28.43%
BLUE value IS 239 (93.75% from 255) = 58.58%
R=12.99%
G=28.43%
B=58.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal531162390.780.5100.06219.6885.3257.25
Hex3574EF4E3306dc5539
Octal65164357116630633412571
Binary11010111101001110111110011101100110110110111001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3574EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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