Html Css Color HEX #366DFC Royal Blue

📋 copy color: '#366DFC'

red 54 ◦ green 109 ◦ blue 252

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

Shades of Royal Blue #366DFC

Tints of Royal Blue #366DFC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.27%

 BLUE value IS 252 (98.83% from 255) = 60.72%

R = 13.01%
G = 26.27%
B = 60.72%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#366DFC (or 0x366DFC) is known color: Royal Blue. HEX triplet: 36, 6D and FC. RGB value is (54,109,252). Sum of RGB (Red+Green+Blue) = 54+109+252=415 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.01% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #366DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #366DFC is #C99203. Grayscale: #6C6C6C. Windows color (decimal): -13210116 or 16543030. OLE color: 16543030.

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

Color convert

RGB 54 109 252 -
CMYK 0.79 0.57 0 0.01
HSL 223.33º 0.97% 0.6% -
HSV(B) 223.33º 0.79% 0.99% -
XYZ 24.56 18.75 94.42 -
YUV 108.86 208.78 88.87 -
System Red Green Blue C M Y K H S L
Decimal 54 109 252 0.79 0.57 0 0.01 223.33 0.97 0.6
Hex 36 6D FC 4F 39 0 1 DF 61 3C
Octal 66 155 374 117 71 0 1 337 141 74
Binary 110110 1101101 11111100 1001111 111001 0 1 11011111 1100001 111100

Color Harmonies of #366DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366DFC

Black with #366DFC

Text Example


Text Example

White with #366DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,109,252); }

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

background-color css

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

 a { background-color: rgb(54,109,252); }

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

border-color css

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

 span { border-color: rgb(54,109,252); }

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