Html Css Color HEX #366AD0 Royal Blue

📋 copy color: '#366AD0'

red 54 ◦ green 106 ◦ blue 208

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

Shades of Royal Blue #366AD0

Tints of Royal Blue #366AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 56.52%

R = 14.67%
G = 28.8%
B = 56.52%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#366AD0 (or 0x366AD0) is known color: Royal Blue. HEX triplet: 36, 6A and D0. RGB value is (54,106,208). Sum of RGB (Red+Green+Blue) = 54+106+208=368 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.67% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 208 (81.64% from 255 or 56.52% from 368); Max value from RGB is 208 - color contains mainly: blue. Hex color #366AD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366AD0 is #C9952F. Grayscale: #656565. Windows color (decimal): -13210928 or 13658678. OLE color: 13658678.

HSL color Cylindrical-coordinate representation of color #366AD0: hue angle of 219.74º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #366AD0 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 54 106 208 -
CMYK 0.74 0.49 0 0.18
HSL 219.74º 0.62% 0.51% -
HSV(B) 219.74º 0.74% 0.82% -
XYZ 18.06 15.65 61.74 -
YUV 102.08 187.77 93.71 -
System Red Green Blue C M Y K H S L
Decimal 54 106 208 0.74 0.49 0 0.18 219.74 0.62 0.51
Hex 36 6A D0 4A 31 0 12 DC 3E 33
Octal 66 152 320 112 61 0 22 334 76 63
Binary 110110 1101010 11010000 1001010 110001 0 10010 11011100 111110 110011

Color Harmonies of #366AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366AD0

Black with #366AD0

Text Example


Text Example

White with #366AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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