Html Css Color HEX #356EDA Royal Blue

📋 copy color: '#356EDA'

red 53 ◦ green 110 ◦ blue 218

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

Shades of Royal Blue #356EDA

Tints of Royal Blue #356EDA

RGB

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

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

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

R = 13.91%
G = 28.87%
B = 57.22%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#356EDA (or 0x356EDA) is known color: Royal Blue. HEX triplet: 35, 6E and DA. RGB value is (53,110,218). Sum of RGB (Red+Green+Blue) = 53+110+218=381 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.91% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #356EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356EDA is #CA9125. Grayscale: #686868. Windows color (decimal): -13275430 or 14315061. OLE color: 14315061.

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

Color convert

RGB 53 110 218 -
CMYK 0.76 0.50 0 0.15
HSL 219.27º 0.69% 0.53% -
HSV(B) 219.27º 0.76% 0.85% -
XYZ 19.7 16.97 68.57 -
YUV 105.27 191.62 90.72 -
System Red Green Blue C M Y K H S L
Decimal 53 110 218 0.76 0.50 0 0.15 219.27 0.69 0.53
Hex 35 6E DA 4C 32 0 F DB 45 35
Octal 65 156 332 114 62 0 17 333 105 65
Binary 110101 1101110 11011010 1001100 110010 0 1111 11011011 1000101 110101

Color Harmonies of #356EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356EDA

Black with #356EDA

Text Example


Text Example

White with #356EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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