Html Css Color HEX #356DDE Royal Blue

📋 copy color: '#356DDE'

red 53 ◦ green 109 ◦ blue 222

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

Shades of Royal Blue #356DDE

Tints of Royal Blue #356DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.81%

R = 13.8%
G = 28.39%
B = 57.81%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#356DDE (or 0x356DDE) is known color: Royal Blue. HEX triplet: 35, 6D and DE. RGB value is (53,109,222). Sum of RGB (Red+Green+Blue) = 53+109+222=384 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.80% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #356DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356DDE is #CA9221. Grayscale: #686868. Windows color (decimal): -13275682 or 14576949. OLE color: 14576949.

HSL color Cylindrical-coordinate representation of color #356DDE: hue angle of 220.12º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #356DDE is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 109 222 -
CMYK 0.76 0.51 0 0.13
HSL 220.12º 0.72% 0.54% -
HSV(B) 220.12º 0.76% 0.87% -
XYZ 20.12 16.97 71.32 -
YUV 105.14 193.95 90.81 -
System Red Green Blue C M Y K H S L
Decimal 53 109 222 0.76 0.51 0 0.13 220.12 0.72 0.54
Hex 35 6D DE 4C 33 0 D DC 48 36
Octal 65 155 336 114 63 0 15 334 110 66
Binary 110101 1101101 11011110 1001100 110011 0 1101 11011100 1001000 110110

Color Harmonies of #356DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356DDE

Black with #356DDE

Text Example


Text Example

White with #356DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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