Html Css Color HEX #366ECD Royal Blue

📋 copy color: '#366ECD'

red 54 ◦ green 110 ◦ blue 205

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

Shades of Royal Blue #366ECD

Tints of Royal Blue #366ECD

RGB

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

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

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

R = 14.63%
G = 29.81%
B = 55.56%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#366ECD (or 0x366ECD) is known color: Royal Blue. HEX triplet: 36, 6E and CD. RGB value is (54,110,205). Sum of RGB (Red+Green+Blue) = 54+110+205=369 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.63% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #366ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366ECD is #C99132. Grayscale: #676767. Windows color (decimal): -13209907 or 13463094. OLE color: 13463094.

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

Color convert

RGB 54 110 205 -
CMYK 0.74 0.46 0 0.20
HSL 217.75º 0.6% 0.51% -
HSV(B) 217.75º 0.74% 0.8% -
XYZ 18.12 16.34 59.96 -
YUV 104.09 184.95 92.28 -
System Red Green Blue C M Y K H S L
Decimal 54 110 205 0.74 0.46 0 0.20 217.75 0.6 0.51
Hex 36 6E CD 4A 2E 0 14 DA 3C 33
Octal 66 156 315 112 56 0 24 332 74 63
Binary 110110 1101110 11001101 1001010 101110 0 10100 11011010 111100 110011

Color Harmonies of #366ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366ECD

Black with #366ECD

Text Example


Text Example

White with #366ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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