Html Css Color HEX #366AD5 Royal Blue

📋 copy color: '#366AD5'

red 54 ◦ green 106 ◦ blue 213

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

Shades of Royal Blue #366AD5

Tints of Royal Blue #366AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 57.1%

R = 14.48%
G = 28.42%
B = 57.1%

CMYK

 C value IS 0.75

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#366AD5 (or 0x366AD5) is known color: Royal Blue. HEX triplet: 36, 6A and D5. RGB value is (54,106,213). Sum of RGB (Red+Green+Blue) = 54+106+213=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 213 (83.59% from 255 or 57.10% from 373); Max value from RGB is 213 - color contains mainly: blue. Hex color #366AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366AD5 is #C9952A. Grayscale: #666666. Windows color (decimal): -13210923 or 13986358. OLE color: 13986358.

HSL color Cylindrical-coordinate representation of color #366AD5: hue angle of 220.38º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #366AD5 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 54 106 213 -
CMYK 0.75 0.50 0 0.16
HSL 220.38º 0.65% 0.52% -
HSV(B) 220.38º 0.75% 0.84% -
XYZ 18.69 15.9 65.03 -
YUV 102.65 190.27 93.3 -
System Red Green Blue C M Y K H S L
Decimal 54 106 213 0.75 0.50 0 0.16 220.38 0.65 0.52
Hex 36 6A D5 4B 32 0 10 DC 41 34
Octal 66 152 325 113 62 0 20 334 101 64
Binary 110110 1101010 11010101 1001011 110010 0 10000 11011100 1000001 110100

Color Harmonies of #366AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366AD5

Black with #366AD5

Text Example


Text Example

White with #366AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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