#3560FA

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

Shades of Royal Blue #3560FA

Tints of Royal Blue #3560FA

Color information

#3560FA (or 0x3560FA) is unknown color: approx Royal Blue. HEX triplet: 35, 60 and FA. RGB value is (53,96,250). Sum of RGB (Red+Green+Blue) = 53+96+250=399 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.28% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #3560FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3560FA is #CA9F05. Grayscale: #646464. Windows color (decimal): -13278982 or 16408629. OLE color: 16408629.

HSL color Cylindrical-coordinate representation of color #3560FA: hue angle of 226.9º 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 #3560FA is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5396250-
CMYK0.790.6200.02
HSL226.9º95.17%59.41%-
HSV(B)226.9º78.8%98.04%-
XYZ22.9116.0292.33-
YUV100.7212.2593.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.28%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 250 (98.05% from 255) = 62.66%
R=13.28%
G=24.06%
B=62.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal53962500.790.6200.02226.995.1759.41
Hex3560FA4F3E02e35f3b
Octal65140372117760234313773
Binary1101011100000111110101001111111110010111000111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3560FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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