Html Css Color HEX #356EDC Royal Blue

📋 copy color: '#356EDC'

red 53 ◦ green 110 ◦ blue 220

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

Shades of Royal Blue #356EDC

Tints of Royal Blue #356EDC

RGB

 RED value IS 53 (21.09% from 255) = 13.84%

 GREEN value IS 110 (43.36% from 255) = 28.72%

 BLUE value IS 220 (86.33% from 255) = 57.44%

R = 13.84%
G = 28.72%
B = 57.44%

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

#356EDC (or 0x356EDC) is known color: Royal Blue. HEX triplet: 35, 6E and DC. RGB value is (53,110,220). Sum of RGB (Red+Green+Blue) = 53+110+220=383 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.84% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #356EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356EDC is #CA9123. Grayscale: #686868. Windows color (decimal): -13275428 or 14446133. OLE color: 14446133.

HSL color Cylindrical-coordinate representation of color #356EDC: hue angle of 219.52º 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 #356EDC is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 110 220 -
CMYK 0.76 0.50 0 0.14
HSL 219.52º 0.7% 0.54% -
HSV(B) 219.52º 0.76% 0.86% -
XYZ 19.96 17.08 69.95 -
YUV 105.5 192.62 90.56 -
System Red Green Blue C M Y K H S L
Decimal 53 110 220 0.76 0.50 0 0.14 219.52 0.7 0.54
Hex 35 6E DC 4C 32 0 E DC 46 36
Octal 65 156 334 114 62 0 16 334 106 66
Binary 110101 1101110 11011100 1001100 110010 0 1110 11011100 1000110 110110

Color Harmonies of #356EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356EDC

Black with #356EDC

Text Example


Text Example

White with #356EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #356EDC;
 }
 .AnyTagClassName
 {
   color: #356EDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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