#356DD9

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

Shades of Royal Blue #356DD9

Tints of Royal Blue #356DD9

Color information

#356DD9 (or 0x356DD9) is unknown color: approx Royal Blue. HEX triplet: 35, 6D and D9. RGB value is (53,109,217). Sum of RGB (Red+Green+Blue) = 53+109+217=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 217 (85.16% from 255 or 57.26% from 379); Max value from RGB is 217 - color contains mainly: blue. Hex color #356DD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356DD9 is #CA9226. Grayscale: #686868. Windows color (decimal): -13275687 or 14249269. OLE color: 14249269.

HSL color Cylindrical-coordinate representation of color #356DD9: hue angle of 219.51º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #356DD9 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB53109217-
CMYK0.760.5000.15
HSL219.51º68.33%52.94%-
HSV(B)219.51º75.58%85.1%-
XYZ19.4616.767.84-
YUV104.57191.4591.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.98%
GREEN value IS 109 (42.97% from 255) = 28.76%
BLUE value IS 217 (85.16% from 255) = 57.26%
R=13.98%
G=28.76%
B=57.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal531092170.760.5000.15219.5168.3352.94
Hex356DD94C320Fdc4435
Octal651553311146201733410465
Binary110101110110111011001100110011001001111110111001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356DD9; }

 p { color: rgb(53,109,217); }

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

<style>
 a { background-color: #356DD9; }

 a { background-color: rgb(53,109,217); }

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

<style>
 span { border-color: #356DD9; }

 span { border-color: rgb(53,109,217); }

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