#356ECE

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

Shades of Royal Blue #356ECE

Tints of Royal Blue #356ECE

Color information

#356ECE (or 0x356ECE) is unknown color: approx Royal Blue. HEX triplet: 35, 6E and CE. RGB value is (53,110,206). Sum of RGB (Red+Green+Blue) = 53+110+206=369 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.36% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #356ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356ECE is #CA9131. Grayscale: #676767. Windows color (decimal): -13275442 or 13528629. OLE color: 13528629.

HSL color Cylindrical-coordinate representation of color #356ECE: hue angle of 217.65º 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 #356ECE is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB53110206-
CMYK0.740.4700.19
HSL217.65º60.96%50.78%-
HSV(B)217.65º74.27%80.78%-
XYZ18.1816.3660.59-
YUV103.9185.6291.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.36%
GREEN value IS 110 (43.36% from 255) = 29.81%
BLUE value IS 206 (80.86% from 255) = 55.83%
R=14.36%
G=29.81%
B=55.83%

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
Decimal531102060.740.4700.19217.6560.9650.78
Hex356ECE4A2F013da3d33
Octal65156316112570233327563
Binary110101110111011001110100101010111101001111011010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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