#3570FC

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

Shades of Royal Blue #3570FC

Tints of Royal Blue #3570FC

Color information

#3570FC (or 0x3570FC) is unknown color: approx Royal Blue. HEX triplet: 35, 70 and FC. RGB value is (53,112,252). Sum of RGB (Red+Green+Blue) = 53+112+252=417 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.71% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #3570FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3570FC is #CA8F03. Grayscale: #6D6D6D. Windows color (decimal): -13274884 or 16543797. OLE color: 16543797.

HSL color Cylindrical-coordinate representation of color #3570FC: hue angle of 222.21º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3570FC is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB53112252-
CMYK0.790.5600.01
HSL222.21º97.07%59.8%-
HSV(B)222.21º78.97%98.82%-
XYZ24.8319.3794.53-
YUV110.32207.9587.12-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.71%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 252 (98.83% from 255) = 60.43%
R=12.71%
G=26.86%
B=60.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal531122520.790.5600.01222.2197.0759.8
Hex3570FC4F3801de613c
Octal65160374117700133614174
Binary110101111000011111100100111111100001110111101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3570FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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