#3560D2

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

Shades of Royal Blue #3560D2

Tints of Royal Blue #3560D2

Color information

#3560D2 (or 0x3560D2) is unknown color: approx Royal Blue. HEX triplet: 35, 60 and D2. RGB value is (53,96,210). Sum of RGB (Red+Green+Blue) = 53+96+210=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 210 (82.42% from 255 or 58.50% from 359); Max value from RGB is 210 - color contains mainly: blue. Hex color #3560D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3560D2 is #CA9F2D. Grayscale: #5F5F5F. Windows color (decimal): -13279022 or 13787189. OLE color: 13787189.

HSL color Cylindrical-coordinate representation of color #3560D2: hue angle of 223.57º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3560D2 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5396210-
CMYK0.750.5400.18
HSL223.57º63.56%51.57%-
HSV(B)223.57º74.76%82.35%-
XYZ17.2813.7862.72-
YUV96.14192.2597.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.76%
GREEN value IS 96 (37.89% from 255) = 26.74%
BLUE value IS 210 (82.42% from 255) = 58.50%
R=14.76%
G=26.74%
B=58.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal53962100.750.5400.18223.5763.5651.57
Hex3560D24B36012e04034
Octal651403221136602234010064
Binary1101011100000110100101001011110110010010111000001000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3560D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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