#356ECD

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

Shades of Royal Blue #356ECD

Tints of Royal Blue #356ECD

Color information

#356ECD (or 0x356ECD) is unknown color: approx Royal Blue. HEX triplet: 35, 6E and CD. RGB value is (53,110,205). Sum of RGB (Red+Green+Blue) = 53+110+205=368 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.40% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #356ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356ECD is #CA9132. Grayscale: #676767. Windows color (decimal): -13275443 or 13463093. OLE color: 13463093.

HSL color Cylindrical-coordinate representation of color #356ECD: hue angle of 217.5º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #356ECD is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB53110205-
CMYK0.740.4600.20
HSL217.5º60.32%50.59%-
HSV(B)217.5º74.15%80.39%-
XYZ18.0616.3259.95-
YUV103.79185.1291.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 14.40%
GREEN value IS 110 (43.36% from 255) = 29.89%
BLUE value IS 205 (80.47% from 255) = 55.71%
R=14.40%
G=29.89%
B=55.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal531102050.740.4600.20217.560.3250.59
Hex356ECD4A2E014da3c33
Octal65156315112560243327463
Binary110101110111011001101100101010111001010011011010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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