#3571FA

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

Shades of Royal Blue #3571FA

Tints of Royal Blue #3571FA

Color information

#3571FA (or 0x3571FA) is unknown color: approx Royal Blue. HEX triplet: 35, 71 and FA. RGB value is (53,113,250). Sum of RGB (Red+Green+Blue) = 53+113+250=416 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.74% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #3571FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3571FA is #CA8E05. Grayscale: #6E6E6E. Windows color (decimal): -13274630 or 16412981. OLE color: 16412981.

HSL color Cylindrical-coordinate representation of color #3571FA: hue angle of 221.73º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3571FA is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB53113250-
CMYK0.790.5500.02
HSL221.73º95.17%59.41%-
HSV(B)221.73º78.8%98.04%-
XYZ24.6319.4792.9-
YUV110.68206.6286.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.74%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 250 (98.05% from 255) = 60.10%
R=12.74%
G=27.16%
B=60.10%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal531132500.790.5500.02221.7395.1759.41
Hex3571FA4F3702de5f3b
Octal65161372117670233613773
Binary1101011110001111110101001111110111010110111101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3571FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3571FA; }

 p { color: rgb(53,113,250); }

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

<style>
 a { background-color: #3571FA; }

 a { background-color: rgb(53,113,250); }

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

<style>
 span { border-color: #3571FA; }

 span { border-color: rgb(53,113,250); }

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