Html Css Color HEX #366BCD Royal Blue

📋 copy color: '#366BCD'

red 54 ◦ green 107 ◦ blue 205

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

Shades of Royal Blue #366BCD

Tints of Royal Blue #366BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.23%

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

R = 14.75%
G = 29.23%
B = 56.01%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#366BCD (or 0x366BCD) is known color: Royal Blue. HEX triplet: 36, 6B and CD. RGB value is (54,107,205). Sum of RGB (Red+Green+Blue) = 54+107+205=366 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.75% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #366BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366BCD is #C99432. Grayscale: #656565. Windows color (decimal): -13210675 or 13462326. OLE color: 13462326.

HSL color Cylindrical-coordinate representation of color #366BCD: hue angle of 218.94º 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 #366BCD is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 107 205 -
CMYK 0.74 0.48 0 0.20
HSL 218.94º 0.6% 0.51% -
HSV(B) 218.94º 0.74% 0.8% -
XYZ 17.8 15.71 59.85 -
YUV 102.33 185.94 93.53 -
System Red Green Blue C M Y K H S L
Decimal 54 107 205 0.74 0.48 0 0.20 218.94 0.6 0.51
Hex 36 6B CD 4A 30 0 14 DB 3C 33
Octal 66 153 315 112 60 0 24 333 74 63
Binary 110110 1101011 11001101 1001010 110000 0 10100 11011011 111100 110011

Color Harmonies of #366BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366BCD

Black with #366BCD

Text Example


Text Example

White with #366BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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