Html Css Color HEX #356ED0 Royal Blue

📋 copy color: '#356ED0'

red 53 ◦ green 110 ◦ blue 208

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

Shades of Royal Blue #356ED0

Tints of Royal Blue #356ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 56.06%

R = 14.29%
G = 29.65%
B = 56.06%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#356ED0 (or 0x356ED0) is known color: Royal Blue. HEX triplet: 35, 6E and D0. RGB value is (53,110,208). Sum of RGB (Red+Green+Blue) = 53+110+208=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #356ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356ED0 is #CA912F. Grayscale: #676767. Windows color (decimal): -13275440 or 13659701. OLE color: 13659701.

HSL color Cylindrical-coordinate representation of color #356ED0: hue angle of 217.94º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #356ED0 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 53 110 208 -
CMYK 0.75 0.47 0 0.18
HSL 217.94º 0.62% 0.51% -
HSV(B) 217.94º 0.75% 0.82% -
XYZ 18.43 16.46 61.88 -
YUV 104.13 186.62 91.53 -
System Red Green Blue C M Y K H S L
Decimal 53 110 208 0.75 0.47 0 0.18 217.94 0.62 0.51
Hex 35 6E D0 4B 2F 0 12 DA 3E 33
Octal 65 156 320 113 57 0 22 332 76 63
Binary 110101 1101110 11010000 1001011 101111 0 10010 11011010 111110 110011

Color Harmonies of #356ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356ED0

Black with #356ED0

Text Example


Text Example

White with #356ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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