Html Css Color HEX #356ED2 Royal Blue

📋 copy color: '#356ED2'

red 53 ◦ green 110 ◦ blue 210

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

Shades of Royal Blue #356ED2

Tints of Royal Blue #356ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 56.3%

R = 14.21%
G = 29.49%
B = 56.3%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#356ED2 (or 0x356ED2) is known color: Royal Blue. HEX triplet: 35, 6E and D2. RGB value is (53,110,210). Sum of RGB (Red+Green+Blue) = 53+110+210=373 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.21% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 210 (82.42% from 255 or 56.30% from 373); Max value from RGB is 210 - color contains mainly: blue. Hex color #356ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356ED2 is #CA912D. Grayscale: #676767. Windows color (decimal): -13275438 or 13790773. OLE color: 13790773.

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

Color convert

RGB 53 110 210 -
CMYK 0.75 0.48 0 0.18
HSL 218.22º 0.64% 0.52% -
HSV(B) 218.22º 0.75% 0.82% -
XYZ 18.68 16.56 63.19 -
YUV 104.36 187.62 91.37 -
System Red Green Blue C M Y K H S L
Decimal 53 110 210 0.75 0.48 0 0.18 218.22 0.64 0.52
Hex 35 6E D2 4B 30 0 12 DA 40 34
Octal 65 156 322 113 60 0 22 332 100 64
Binary 110101 1101110 11010010 1001011 110000 0 10010 11011010 1000000 110100

Color Harmonies of #356ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356ED2

Black with #356ED2

Text Example


Text Example

White with #356ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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