Html Css Color HEX #366DCD Royal Blue

📋 copy color: '#366DCD'

red 54 ◦ green 109 ◦ blue 205

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

Shades of Royal Blue #366DCD

Tints of Royal Blue #366DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.71%

R = 14.67%
G = 29.62%
B = 55.71%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#366DCD (or 0x366DCD) is known color: Royal Blue. HEX triplet: 36, 6D and CD. RGB value is (54,109,205). Sum of RGB (Red+Green+Blue) = 54+109+205=368 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.67% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 205 (80.47% from 255 or 55.71% from 368); Max value from RGB is 205 - color contains mainly: blue. Hex color #366DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366DCD is #C99232. Grayscale: #676767. Windows color (decimal): -13210163 or 13462838. OLE color: 13462838.

HSL color Cylindrical-coordinate representation of color #366DCD: hue angle of 218.15º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #366DCD is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 109 205 -
CMYK 0.74 0.47 0 0.20
HSL 218.15º 0.6% 0.51% -
HSV(B) 218.15º 0.74% 0.8% -
XYZ 18.01 16.13 59.92 -
YUV 103.5 185.28 92.69 -
System Red Green Blue C M Y K H S L
Decimal 54 109 205 0.74 0.47 0 0.20 218.15 0.6 0.51
Hex 36 6D CD 4A 2F 0 14 DA 3C 33
Octal 66 155 315 112 57 0 24 332 74 63
Binary 110110 1101101 11001101 1001010 101111 0 10100 11011010 111100 110011

Color Harmonies of #366DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366DCD

Black with #366DCD

Text Example


Text Example

White with #366DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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