Html Css Color HEX #356CE6 Royal Blue

📋 copy color: '#356CE6'

red 53 ◦ green 108 ◦ blue 230

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

Shades of Royal Blue #356CE6

Tints of Royal Blue #356CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 58.82%

R = 13.55%
G = 27.62%
B = 58.82%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#356CE6 (or 0x356CE6) is known color: Royal Blue. HEX triplet: 35, 6C and E6. RGB value is (53,108,230). Sum of RGB (Red+Green+Blue) = 53+108+230=391 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.55% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 230 (90.23% from 255 or 58.82% from 391); Max value from RGB is 230 - color contains mainly: blue. Hex color #356CE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #356CE6 is #CA9319. Grayscale: #686868. Windows color (decimal): -13275930 or 15100981. OLE color: 15100981.

HSL color Cylindrical-coordinate representation of color #356CE6: hue angle of 221.36º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #356CE6 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 108 230 -
CMYK 0.77 0.53 0 0.10
HSL 221.36º 0.78% 0.55% -
HSV(B) 221.36º 0.77% 0.9% -
XYZ 21.11 17.2 77.07 -
YUV 105.46 198.28 90.58 -
System Red Green Blue C M Y K H S L
Decimal 53 108 230 0.77 0.53 0 0.10 221.36 0.78 0.55
Hex 35 6C E6 4D 35 0 A DD 4E 37
Octal 65 154 346 115 65 0 12 335 116 67
Binary 110101 1101100 11100110 1001101 110101 0 1010 11011101 1001110 110111

Color Harmonies of #356CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356CE6

Black with #356CE6

Text Example


Text Example

White with #356CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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