Html Css Color HEX #356DDA Royal Blue

📋 copy color: '#356DDA'

red 53 ◦ green 109 ◦ blue 218

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

Shades of Royal Blue #356DDA

Tints of Royal Blue #356DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.68%

 BLUE value IS 218 (85.55% from 255) = 57.37%

R = 13.95%
G = 28.68%
B = 57.37%

CMYK

 C value IS 0.76

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#356DDA (or 0x356DDA) is known color: Royal Blue. HEX triplet: 35, 6D and DA. RGB value is (53,109,218). Sum of RGB (Red+Green+Blue) = 53+109+218=380 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.95% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #356DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356DDA is #CA9225. Grayscale: #686868. Windows color (decimal): -13275686 or 14314805. OLE color: 14314805.

HSL color Cylindrical-coordinate representation of color #356DDA: hue angle of 219.64º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #356DDA is Cyan = 0.76, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 109 218 -
CMYK 0.76 0.5 0 0.15
HSL 219.64º 0.69% 0.53% -
HSV(B) 219.64º 0.76% 0.85% -
XYZ 19.59 16.76 68.53 -
YUV 104.68 191.95 91.14 -
System Red Green Blue C M Y K H S L
Decimal 53 109 218 0.76 0.5 0 0.15 219.64 0.69 0.53
Hex 35 6D DA 4C 32 0 F DC 45 35
Octal 65 155 332 114 62 0 17 334 105 65
Binary 110101 1101101 11011010 1001100 110010 0 1111 11011100 1000101 110101

Color Harmonies of #356DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356DDA

Black with #356DDA

Text Example


Text Example

White with #356DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,109,218); }

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

background-color css

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

 a { background-color: rgb(53,109,218); }

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

border-color css

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

 span { border-color: rgb(53,109,218); }

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