Html Css Color HEX #366AFE Royal Blue

📋 copy color: '#366AFE'

red 54 ◦ green 106 ◦ blue 254

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

Shades of Royal Blue #366AFE

Tints of Royal Blue #366AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 61.35%

R = 13.04%
G = 25.6%
B = 61.35%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#366AFE (or 0x366AFE) is known color: Royal Blue. HEX triplet: 36, 6A and FE. RGB value is (54,106,254). Sum of RGB (Red+Green+Blue) = 54+106+254=414 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.04% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #366AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366AFE is #C99501. Grayscale: #6A6A6A. Windows color (decimal): -13210882 or 16673334. OLE color: 16673334.

HSL color Cylindrical-coordinate representation of color #366AFE: hue angle of 224.4º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #366AFE is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 54 106 254 -
CMYK 0.79 0.58 0 0.00
HSL 224.4º 0.99% 0.6% -
HSV(B) 224.4º 0.79% 1% -
XYZ 24.56 18.25 95.99 -
YUV 107.32 210.77 89.97 -
System Red Green Blue C M Y K H S L
Decimal 54 106 254 0.79 0.58 0 0.00 224.4 0.99 0.6
Hex 36 6A FE 4F 3A 0 0 E0 63 3C
Octal 66 152 376 117 72 0 0 340 143 74
Binary 110110 1101010 11111110 1001111 111010 0 0 11100000 1100011 111100

Color Harmonies of #366AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366AFE

Black with #366AFE

Text Example


Text Example

White with #366AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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