#3561F7

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

Shades of Royal Blue #3561F7

Tints of Royal Blue #3561F7

Color information

#3561F7 (or 0x3561F7) is unknown color: approx Royal Blue. HEX triplet: 35, 61 and F7. RGB value is (53,97,247). Sum of RGB (Red+Green+Blue) = 53+97+247=397 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.35% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 247 (96.88% from 255 or 62.22% from 397); Max value from RGB is 247 - color contains mainly: blue. Hex color #3561F7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3561F7 is #CA9E08. Grayscale: #646464. Windows color (decimal): -13278729 or 16212277. OLE color: 16212277.

HSL color Cylindrical-coordinate representation of color #3561F7: hue angle of 226.39º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3561F7 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB5397247-
CMYK0.790.6100.03
HSL226.39º92.38%58.82%-
HSV(B)226.39º78.54%96.86%-
XYZ22.5316.0289.9-
YUV100.94210.4293.8-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.35%
GREEN value IS 97 (38.28% from 255) = 24.43%
BLUE value IS 247 (96.88% from 255) = 62.22%
R=13.35%
G=24.43%
B=62.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal53972470.790.6100.03226.3992.3858.82
Hex3561F74F3D03e25c3b
Octal65141367117750334213473
Binary1101011100001111101111001111111101011111000101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3561F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3561F7; }

 p { color: rgb(53,97,247); }

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

<style>
 a { background-color: #3561F7; }

 a { background-color: rgb(53,97,247); }

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

<style>
 span { border-color: #3561F7; }

 span { border-color: rgb(53,97,247); }

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