#356DDC

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

Shades of Royal Blue #356DDC

Tints of Royal Blue #356DDC

Color information

#356DDC (or 0x356DDC) is unknown color: approx Royal Blue. HEX triplet: 35, 6D and DC. RGB value is (53,109,220). Sum of RGB (Red+Green+Blue) = 53+109+220=382 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.87% from 382); Green value is 109 (42.97% from 255 or 28.53% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #356DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356DDC is #CA9223. Grayscale: #686868. Windows color (decimal): -13275684 or 14445877. OLE color: 14445877.

HSL color Cylindrical-coordinate representation of color #356DDC: hue angle of 219.88º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #356DDC is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB53109220-
CMYK0.760.5000.14
HSL219.88º70.46%53.53%-
HSV(B)219.88º75.91%86.27%-
XYZ19.8616.8669.92-
YUV104.91192.9590.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.87%
GREEN value IS 109 (42.97% from 255) = 28.53%
BLUE value IS 220 (86.33% from 255) = 57.59%
R=13.87%
G=28.53%
B=57.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal531092200.760.5000.14219.8870.4653.53
Hex356DDC4C320Edc4636
Octal651553341146201633410666
Binary110101110110111011100100110011001001110110111001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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