Html Css Color HEX #356DDC Royal Blue

📋 copy color: '#356DDC'

red 53 ◦ green 109 ◦ blue 220

#356DDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #356DDC

Tints of Royal Blue #356DDC

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 value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#356DDC (or 0x356DDC) is known color: 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

RGB 53 109 220 -
CMYK 0.76 0.50 0 0.14
HSL 219.88º 0.7% 0.54% -
HSV(B) 219.88º 0.76% 0.86% -
XYZ 19.86 16.86 69.92 -
YUV 104.91 192.95 90.97 -
System Red Green Blue C M Y K H S L
Decimal 53 109 220 0.76 0.50 0 0.14 219.88 0.7 0.54
Hex 35 6D DC 4C 32 0 E DC 46 36
Octal 65 155 334 114 62 0 16 334 106 66
Binary 110101 1101101 11011100 1001100 110010 0 1110 11011100 1000110 110110

Color Harmonies of #356DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356DDC

Black with #356DDC

Text Example


Text Example

White with #356DDC

Text Example


Text Example

HTML Codes & Css Web 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>