Html Css Color HEX #356EDE Royal Blue

📋 copy color: '#356EDE'

red 53 ◦ green 110 ◦ blue 222

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

Shades of Royal Blue #356EDE

Tints of Royal Blue #356EDE

RGB

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

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

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

R = 13.77%
G = 28.57%
B = 57.66%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#356EDE (or 0x356EDE) is known color: Royal Blue. HEX triplet: 35, 6E and DE. RGB value is (53,110,222). Sum of RGB (Red+Green+Blue) = 53+110+222=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #356EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356EDE is #CA9121. Grayscale: #696969. Windows color (decimal): -13275426 or 14577205. OLE color: 14577205.

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

Color convert

RGB 53 110 222 -
CMYK 0.76 0.50 0 0.13
HSL 219.76º 0.72% 0.54% -
HSV(B) 219.76º 0.76% 0.87% -
XYZ 20.23 17.18 71.36 -
YUV 105.73 193.62 90.39 -
System Red Green Blue C M Y K H S L
Decimal 53 110 222 0.76 0.50 0 0.13 219.76 0.72 0.54
Hex 35 6E DE 4C 32 0 D DC 48 36
Octal 65 156 336 114 62 0 15 334 110 66
Binary 110101 1101110 11011110 1001100 110010 0 1101 11011100 1001000 110110

Color Harmonies of #356EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356EDE

Black with #356EDE

Text Example


Text Example

White with #356EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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