Html Css Color HEX #366AF8 Royal Blue

📋 copy color: '#366AF8'

red 54 ◦ green 106 ◦ blue 248

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

Shades of Royal Blue #366AF8

Tints of Royal Blue #366AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 60.78%

R = 13.24%
G = 25.98%
B = 60.78%

CMYK

 C value IS 0.78

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#366AF8 (or 0x366AF8) is known color: Royal Blue. HEX triplet: 36, 6A and F8. RGB value is (54,106,248). Sum of RGB (Red+Green+Blue) = 54+106+248=408 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.24% from 408); Green value is 106 (41.80% from 255 or 25.98% from 408); Blue value is 248 (97.27% from 255 or 60.78% from 408); Max value from RGB is 248 - color contains mainly: blue. Hex color #366AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366AF8 is #C99507. Grayscale: #6A6A6A. Windows color (decimal): -13210888 or 16280118. OLE color: 16280118.

HSL color Cylindrical-coordinate representation of color #366AF8: hue angle of 223.92º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #366AF8 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 54 106 248 -
CMYK 0.78 0.57 0 0.03
HSL 223.92º 0.93% 0.59% -
HSV(B) 223.92º 0.78% 0.97% -
XYZ 23.62 17.87 91.01 -
YUV 106.64 207.77 90.45 -
System Red Green Blue C M Y K H S L
Decimal 54 106 248 0.78 0.57 0 0.03 223.92 0.93 0.59
Hex 36 6A F8 4E 39 0 3 E0 5D 3B
Octal 66 152 370 116 71 0 3 340 135 73
Binary 110110 1101010 11111000 1001110 111001 0 11 11100000 1011101 111011

Color Harmonies of #366AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366AF8

Black with #366AF8

Text Example


Text Example

White with #366AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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