Html Css Color HEX #366EDC Royal Blue

📋 copy color: '#366EDC'

red 54 ◦ green 110 ◦ blue 220

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

Shades of Royal Blue #366EDC

Tints of Royal Blue #366EDC

RGB

 RED value IS 54 (21.48% from 255) = 14.06%

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

 BLUE value IS 220 (86.33% from 255) = 57.29%

R = 14.06%
G = 28.65%
B = 57.29%

CMYK

 C value IS 0.75

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#366EDC (or 0x366EDC) is known color: Royal Blue. HEX triplet: 36, 6E and DC. RGB value is (54,110,220). Sum of RGB (Red+Green+Blue) = 54+110+220=384 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.06% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #366EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366EDC is #C99123. Grayscale: #696969. Windows color (decimal): -13209892 or 14446134. OLE color: 14446134.

HSL color Cylindrical-coordinate representation of color #366EDC: hue angle of 219.76º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #366EDC is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 110 220 -
CMYK 0.75 0.50 0 0.14
HSL 219.76º 0.7% 0.54% -
HSV(B) 219.76º 0.75% 0.86% -
XYZ 20.02 17.1 69.96 -
YUV 105.8 192.45 91.06 -
System Red Green Blue C M Y K H S L
Decimal 54 110 220 0.75 0.50 0 0.14 219.76 0.7 0.54
Hex 36 6E DC 4B 32 0 E DC 46 36
Octal 66 156 334 113 62 0 16 334 106 66
Binary 110110 1101110 11011100 1001011 110010 0 1110 11011100 1000110 110110

Color Harmonies of #366EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366EDC

Black with #366EDC

Text Example


Text Example

White with #366EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366EDC; }

 p { color: rgb(54,110,220); }

 H1.HeaderClassName
 {
   color: #366EDC;
 }
 .AnyTagClassName
 {
   color: #366EDC;
 }
</style>

background-color css

<style>
 a { background-color: #366EDC; }

 a { background-color: rgb(54,110,220); }

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

border-color css

<style>
 span { border-color: #366EDC; }

 span { border-color: rgb(54,110,220); }

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