Html Css Color HEX #356ED6 Royal Blue

📋 copy color: '#356ED6'

red 53 ◦ green 110 ◦ blue 214

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

Shades of Royal Blue #356ED6

Tints of Royal Blue #356ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 56.76%

R = 14.06%
G = 29.18%
B = 56.76%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#356ED6 (or 0x356ED6) is known color: Royal Blue. HEX triplet: 35, 6E and D6. RGB value is (53,110,214). Sum of RGB (Red+Green+Blue) = 53+110+214=377 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.06% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 214 (83.98% from 255 or 56.76% from 377); Max value from RGB is 214 - color contains mainly: blue. Hex color #356ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356ED6 is #CA9129. Grayscale: #686868. Windows color (decimal): -13275434 or 14052917. OLE color: 14052917.

HSL color Cylindrical-coordinate representation of color #356ED6: hue angle of 218.76º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #356ED6 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 110 214 -
CMYK 0.75 0.49 0 0.16
HSL 218.76º 0.66% 0.52% -
HSV(B) 218.76º 0.75% 0.84% -
XYZ 19.18 16.76 65.84 -
YUV 104.81 189.62 91.04 -
System Red Green Blue C M Y K H S L
Decimal 53 110 214 0.75 0.49 0 0.16 218.76 0.66 0.52
Hex 35 6E D6 4B 31 0 10 DB 42 34
Octal 65 156 326 113 61 0 20 333 102 64
Binary 110101 1101110 11010110 1001011 110001 0 10000 11011011 1000010 110100

Color Harmonies of #356ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356ED6

Black with #356ED6

Text Example


Text Example

White with #356ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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