Html Css Color HEX #356CE0 Royal Blue

📋 copy color: '#356CE0'

red 53 ◦ green 108 ◦ blue 224

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

Shades of Royal Blue #356CE0

Tints of Royal Blue #356CE0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.05%

 BLUE value IS 224 (87.89% from 255) = 58.18%

R = 13.77%
G = 28.05%
B = 58.18%

CMYK

 C value IS 0.76

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#356CE0 (or 0x356CE0) is known color: Royal Blue. HEX triplet: 35, 6C and E0. RGB value is (53,108,224). Sum of RGB (Red+Green+Blue) = 53+108+224=385 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.77% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 224 (87.89% from 255 or 58.18% from 385); Max value from RGB is 224 - color contains mainly: blue. Hex color #356CE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CE0 is #CA931F. Grayscale: #686868. Windows color (decimal): -13275936 or 14707765. OLE color: 14707765.

HSL color Cylindrical-coordinate representation of color #356CE0: hue angle of 220.7º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #356CE0 is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 53 108 224 -
CMYK 0.76 0.52 0 0.12
HSL 220.7º 0.73% 0.54% -
HSV(B) 220.7º 0.76% 0.88% -
XYZ 20.29 16.86 72.71 -
YUV 104.78 195.28 91.07 -
System Red Green Blue C M Y K H S L
Decimal 53 108 224 0.76 0.52 0 0.12 220.7 0.73 0.54
Hex 35 6C E0 4C 34 0 C DD 49 36
Octal 65 154 340 114 64 0 14 335 111 66
Binary 110101 1101100 11100000 1001100 110100 0 1100 11011101 1001001 110110

Color Harmonies of #356CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356CE0

Black with #356CE0

Text Example


Text Example

White with #356CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,108,224); }

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

background-color css

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

 a { background-color: rgb(53,108,224); }

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

border-color css

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

 span { border-color: rgb(53,108,224); }

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