Html Css Color HEX #366ADD Royal Blue

📋 copy color: '#366ADD'

red 54 ◦ green 106 ◦ blue 221

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

Shades of Royal Blue #366ADD

Tints of Royal Blue #366ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.82%

 BLUE value IS 221 (86.72% from 255) = 58.01%

R = 14.17%
G = 27.82%
B = 58.01%

CMYK

 C value IS 0.76

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#366ADD (or 0x366ADD) is known color: Royal Blue. HEX triplet: 36, 6A and DD. RGB value is (54,106,221). Sum of RGB (Red+Green+Blue) = 54+106+221=381 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.17% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #366ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366ADD is #C99522. Grayscale: #676767. Windows color (decimal): -13210915 or 14510646. OLE color: 14510646.

HSL color Cylindrical-coordinate representation of color #366ADD: hue angle of 221.32º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #366ADD is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 106 221 -
CMYK 0.76 0.52 0 0.13
HSL 221.32º 0.71% 0.54% -
HSV(B) 221.32º 0.76% 0.87% -
XYZ 19.73 16.31 70.52 -
YUV 103.56 194.27 92.65 -
System Red Green Blue C M Y K H S L
Decimal 54 106 221 0.76 0.52 0 0.13 221.32 0.71 0.54
Hex 36 6A DD 4C 34 0 D DD 47 36
Octal 66 152 335 114 64 0 15 335 107 66
Binary 110110 1101010 11011101 1001100 110100 0 1101 11011101 1000111 110110

Color Harmonies of #366ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366ADD

Black with #366ADD

Text Example


Text Example

White with #366ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,106,221); }

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

background-color css

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

 a { background-color: rgb(54,106,221); }

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

border-color css

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

 span { border-color: rgb(54,106,221); }

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