Html Css Color HEX #366FCD Royal Blue

📋 copy color: '#366FCD'

red 54 ◦ green 111 ◦ blue 205

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

Shades of Royal Blue #366FCD

Tints of Royal Blue #366FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30%

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

R = 14.59%
G = 30%
B = 55.41%

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

#366FCD (or 0x366FCD) is known color: Royal Blue. HEX triplet: 36, 6F and CD. RGB value is (54,111,205). Sum of RGB (Red+Green+Blue) = 54+111+205=370 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.59% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #366FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366FCD is #C99032. Grayscale: #686868. Windows color (decimal): -13209651 or 13463350. OLE color: 13463350.

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

Color convert

RGB 54 111 205 -
CMYK 0.74 0.46 0 0.20
HSL 217.35º 0.6% 0.51% -
HSV(B) 217.35º 0.74% 0.8% -
XYZ 18.23 16.56 59.99 -
YUV 104.67 184.62 91.86 -
System Red Green Blue C M Y K H S L
Decimal 54 111 205 0.74 0.46 0 0.20 217.35 0.6 0.51
Hex 36 6F CD 4A 2E 0 14 D9 3C 33
Octal 66 157 315 112 56 0 24 331 74 63
Binary 110110 1101111 11001101 1001010 101110 0 10100 11011001 111100 110011

Color Harmonies of #366FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366FCD

Black with #366FCD

Text Example


Text Example

White with #366FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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