#3570F2

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

Shades of Royal Blue #3570F2

Tints of Royal Blue #3570F2

Color information

#3570F2 (or 0x3570F2) is unknown color: approx Royal Blue. HEX triplet: 35, 70 and F2. RGB value is (53,112,242). Sum of RGB (Red+Green+Blue) = 53+112+242=407 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.02% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 242 (94.92% from 255 or 59.46% from 407); Max value from RGB is 242 - color contains mainly: blue. Hex color #3570F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3570F2 is #CA8F0D. Grayscale: #6C6C6C. Windows color (decimal): -13274894 or 15888437. OLE color: 15888437.

HSL color Cylindrical-coordinate representation of color #3570F2: hue angle of 221.27º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3570F2 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB53112242-
CMYK0.780.5400.05
HSL221.27º87.91%57.84%-
HSV(B)221.27º78.1%94.9%-
XYZ23.2918.7686.4-
YUV109.18202.9587.93-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.02%
GREEN value IS 112 (44.14% from 255) = 27.52%
BLUE value IS 242 (94.92% from 255) = 59.46%
R=13.02%
G=27.52%
B=59.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal531122420.780.5400.05221.2787.9157.84
Hex3570F24E3605dd583a
Octal65160362116660533513072
Binary11010111100001111001010011101101100101110111011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3570F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3570F2; }

 p { color: rgb(53,112,242); }

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

<style>
 a { background-color: #3570F2; }

 a { background-color: rgb(53,112,242); }

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

<style>
 span { border-color: #3570F2; }

 span { border-color: rgb(53,112,242); }

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