#356DCE

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

Shades of Royal Blue #356DCE

Tints of Royal Blue #356DCE

Color information

#356DCE (or 0x356DCE) is unknown color: approx Royal Blue. HEX triplet: 35, 6D and CE. RGB value is (53,109,206). Sum of RGB (Red+Green+Blue) = 53+109+206=368 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.40% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #356DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356DCE is #CA9231. Grayscale: #666666. Windows color (decimal): -13275698 or 13528373. OLE color: 13528373.

HSL color Cylindrical-coordinate representation of color #356DCE: hue angle of 218.04º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #356DCE is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB53109206-
CMYK0.740.4700.19
HSL218.04º60.96%50.78%-
HSV(B)218.04º74.27%80.78%-
XYZ18.0816.1560.56-
YUV103.31185.9592.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.40%
GREEN value IS 109 (42.97% from 255) = 29.62%
BLUE value IS 206 (80.86% from 255) = 55.98%
R=14.40%
G=29.62%
B=55.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal531092060.740.4700.19218.0460.9650.78
Hex356DCE4A2F013da3d33
Octal65155316112570233327563
Binary110101110110111001110100101010111101001111011010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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