#356DC9

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

Shades of Royal Blue #356DC9

Tints of Royal Blue #356DC9

Color information

#356DC9 (or 0x356DC9) is unknown color: approx Royal Blue. HEX triplet: 35, 6D and C9. RGB value is (53,109,201). Sum of RGB (Red+Green+Blue) = 53+109+201=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 201 (78.91% from 255 or 55.37% from 363); Max value from RGB is 201 - color contains mainly: blue. Hex color #356DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356DC9 is #CA9236. Grayscale: #666666. Windows color (decimal): -13275703 or 13200693. OLE color: 13200693.

HSL color Cylindrical-coordinate representation of color #356DC9: hue angle of 217.3º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #356DC9 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB53109201-
CMYK0.740.4600.21
HSL217.3º58.27%49.8%-
HSV(B)217.3º73.63%78.82%-
XYZ17.4815.9157.41-
YUV102.74183.4592.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.60%
GREEN value IS 109 (42.97% from 255) = 30.03%
BLUE value IS 201 (78.91% from 255) = 55.37%
R=14.60%
G=30.03%
B=55.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531092010.740.4600.21217.358.2749.8
Hex356DC94A2E015d93a32
Octal65155311112560253317262
Binary110101110110111001001100101010111001010111011001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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