Html Css Color HEX #366DDC Royal Blue

📋 copy color: '#366DDC'

red 54 ◦ green 109 ◦ blue 220

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

Shades of Royal Blue #366DDC

Tints of Royal Blue #366DDC

RGB

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

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

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

R = 14.1%
G = 28.46%
B = 57.44%

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

#366DDC (or 0x366DDC) is known color: Royal Blue. HEX triplet: 36, 6D and DC. RGB value is (54,109,220). Sum of RGB (Red+Green+Blue) = 54+109+220=383 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.10% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #366DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366DDC is #C99223. Grayscale: #686868. Windows color (decimal): -13210148 or 14445878. OLE color: 14445878.

HSL color Cylindrical-coordinate representation of color #366DDC: hue angle of 220.12º 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 #366DDC is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 109 220 -
CMYK 0.75 0.50 0 0.14
HSL 220.12º 0.7% 0.54% -
HSV(B) 220.12º 0.75% 0.86% -
XYZ 19.91 16.89 69.92 -
YUV 105.21 192.78 91.47 -
System Red Green Blue C M Y K H S L
Decimal 54 109 220 0.75 0.50 0 0.14 220.12 0.7 0.54
Hex 36 6D DC 4B 32 0 E DC 46 36
Octal 66 155 334 113 62 0 16 334 106 66
Binary 110110 1101101 11011100 1001011 110010 0 1110 11011100 1000110 110110

Color Harmonies of #366DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366DDC

Black with #366DDC

Text Example


Text Example

White with #366DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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